Getting selected items from NextUI-Table
I’m absolutely new to JS and NextUI. I work with C# and DotNET normally.
I need to build a table with items that are selectable and at the click of a button, all the selected items should get passed to a ‘use server’ function that accepts a JSON-Array.