muonw / muonw-powertable

▦ PowerTable is a Svelte component that turns JSON data into an interactive HTML table. Inspired by DataTables. Powered by Svelte.
https://muonw.github.io/muonw-powertable/
Other
218 stars 13 forks source link

Specifying the order of sorted columns in multi-column sorting #4

Open muonw opened 2 years ago

muonw commented 2 years ago

Problem When sorting multiple columns, the order in which the columns are sorted (which column is sorted first and which one next) is important, but is not displayed. The user needs to remember the correct order, which is not convenient.

Solution The order in which the columns are sorted should be displayed.