NorwegianVeterinaryInstitute / shinylims

A Python Shiny app for LIMS reporting
MIT License
0 stars 0 forks source link

Enable dynamic column reordering #3

Open magnulei opened 6 months ago

magnulei commented 6 months ago

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.

novica commented 6 months ago

what do you mean by dynamic column reordering?

magnulei commented 6 months ago

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.