PyTables / datasette-pytables

Datasette connector for dealing with PyTables and pandas/HDF5 files
Apache License 2.0
6 stars 1 forks source link

Show the columns that can be sorted by instead of just raising an exception. #6

Open FrancescAlted opened 6 years ago

FrancescAlted commented 6 years ago

PyTables does not allow to sortby on non-CSI columns, and an exception is raised in this case.

This could be accomplished with a color code in the names of the columns or similar?