ipysheet icon indicating copy to clipboard operation
ipysheet copied to clipboard

Filtering and sorting

Open willferreira opened this issue 6 years ago • 3 comments

How can I add filtering and sorting to columns?

willferreira avatar Jun 04 '19 11:06 willferreira

Filtering is not there. Sorting of columns works out of the box, try clicking the columns headers, it should work.

martinRenou avatar Jun 04 '19 11:06 martinRenou

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?

tanderberg avatar Jan 23 '20 12:01 tanderberg

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)

joseberlines avatar Sep 17 '20 09:09 joseberlines