Table sort and filter

I would like to know whether there is any way to sort and filter values in the table .

1 Like

I’m bumping this as I have the same question, although my interest is primarily in filtering.

Here is an (unsuccessful) attempt to apply a transform to the Basic Table example: https://jsfiddle.net/bhogan_mitre/8rk4n75m/

I can see that getTargetArray calls nestedProperty, which seems pretty flexible. At the same time it could be tricky to properly index into cells.values to subset the rows. Is there some way to make this work?

Ultimately I would like to do this from the chart editor, but I’m checking upstream in plotly.js first. https://github.com/plotly/react-chart-editor/issues/792

Thanks in advance for any advice on this.