Open magnulei opened 6 months ago
what do you mean by dynamic column reordering?
Click and drag a column to change the column order. You find this functionality in the DataTables library for R (extension ColReorder). See https://rstudio.github.io/DT/extensions.html
As far as I can tell we do not have that extension in ITables for python.
Nice to have if possible. Seems like it cannot be done using itables in python. Will probably just end up making the dataframe in the order that fits most.