leptos-struct-table icon indicating copy to clipboard operation
leptos-struct-table copied to clipboard

Feature Request: Ability to select which columns to display and in which order

Open eadgbear opened this issue 2 years ago • 0 comments

It would be great to be able to provide a Signal<Vec<&str>> or something similar that would allow the user to control which columns are currently displayed and in which order. The use case is if I have 50 columns I only want to show 10 by default, and allow the user to pick which ones to display.

eadgbear avatar Nov 10 '23 18:11 eadgbear