Browse Source

remove default definitions from example

Falko Schindler 3 years ago
parent
commit
c300bd9f33
1 changed files with 0 additions and 6 deletions
  1. 0 6
      main.py

+ 0 - 6
main.py

@@ -302,12 +302,6 @@ with example(ui.table):
         table.options.rowData[0].age += 1
 
     table = ui.table({
-        'defaultColDef': {
-            'filter': True,
-            'sortable': True,
-            'resizable': True,
-            'headerClass': 'font-bold',
-        },
         'columnDefs': [
             {'headerName': 'Name', 'field': 'name'},
             {'headerName': 'Age', 'field': 'age'},