leptos-struct-table
leptos-struct-table copied to clipboard
Feature Request: Ability to select which columns to display and in which order
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.