Hi everyone,
I’m working on a project in Bubble and I’ve created a table with multiple columns, including SKU, Color, Size, Category, and Color Group. I would like to add a button above each column header that allows users to sort the table based on the selected column when clicked.
Here’s a summary of what I’m trying to achieve:
- Table Columns : SKU, Color, Size, Category, Color Group (and more columns).
- Functionality : Add a sorting button above each column header.
- Goal : Clicking the button should sort the table based on the respective column (e.g., sorting by SKU, by Color, etc.).
The table is connected to my database via the API connector and displays the correct data.
Could someone please guide me on how to implement this feature?
Please find attached screenshot of table for your reference.
Here I have to sort all columns except Photo and URL
Thank you!