oliverbrace

Results 2 issues of oliverbrace

Hi I have noticed that ``` dash_table.DataTable( id="upload-map-preview", columns=[ { "name": "col_1", "id": "col_1", "editable": False, }, { "name": "col_2", "id": "col_2", "editable":True, }, ], ) ``` Does not allow...

So it looks like it is not possible to apply column sorting to the first column of a table ``` from kivy.metrics import dp from kivymd.app import MDApp from kivymd.uix.datatables...

External library