Преглед на файлове

remove default definitions from example

Falko Schindler преди 3 години
родител
ревизия
c300bd9f33
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  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'},