Hi!
How can i sort dash_table.DataTable without last row?
if I use sort_action = “native” the whole table is sorted
Hi!
How can i sort dash_table.DataTable without last row?
if I use sort_action = “native” the whole table is sorted
Hi @Masya you can use sort_action='custom'
(see https://dash.plot.ly/datatable/reference) and define in a callback how the sorting should be done (where sort_by
would be the input and data
would be the output)