I just started with this component. Your examples are missing a pretty common use-case: Create a table with multiple selection checkboxes, and a button to trigger following action: Get ID filed of all selected rows, create comma-separated string from them called “selection” and pass it as a parameter - redirect to some server action. Can you please create such an example?
↧