Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -521,10 +521,10 @@ columnDefs = [
|
|
| 521 |
{
|
| 522 |
"field": "Size",
|
| 523 |
"width": 100,
|
| 524 |
-
"filter": "
|
| 525 |
"filterParams": {
|
| 526 |
-
"defaultOption": "
|
| 527 |
-
"filterOptions": ['
|
| 528 |
},
|
| 529 |
"headerClass": "ag-left-aligned-header wrap-text",
|
| 530 |
"cellClass": "ag-left-aligned-cell",
|
|
|
|
| 521 |
{
|
| 522 |
"field": "Size",
|
| 523 |
"width": 100,
|
| 524 |
+
"filter": "agTextColumnFilter",
|
| 525 |
"filterParams": {
|
| 526 |
+
"defaultOption": "contains",
|
| 527 |
+
"filterOptions": ['contains', 'notContains', 'startsWith', 'endsWith']
|
| 528 |
},
|
| 529 |
"headerClass": "ag-left-aligned-header wrap-text",
|
| 530 |
"cellClass": "ag-left-aligned-cell",
|