ipysheet
ipysheet copied to clipboard
Filtering and sorting
How can I add filtering and sorting to columns?
Filtering is not there. Sorting of columns works out of the box, try clicking the columns headers, it should work.
Sorting almost works for me. When I use from_dataframe(df) to create a sheet, the leftmost column displays df.index (grayed out and without a header) and does not change when I click one of the other column headers. The rest of the table is rearranged, but not the index. Is this intentional?
Same here. as @martinRenou points out sorting comes out of the box. But not for the index column. So once you sort out in any column is impossible to "un-sort", i.e. comes to the original appearance of the sheet with the index sorted (ordered)