Explorar el Código

remove default definitions from example

Falko Schindler hace 3 años
padre
commit
c300bd9f33
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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'},