Hi @barnetrpc !
Thank you for your interest and great feature suggestions!
I definitely will add more styling options very soon (custom fonts, colors and table styles).
Unfortunately, I canāt guarantee that support of complex cell data such as bbcodes / buttons / checkboxes etc will be available soon because this plugin is limited by the libs it is using under the hood. However, I understand the need and I will try to find a solution. Probably even a new tables plugin should be created to cover different use cases.
No complaints so far! Great job @BubbleSam ! You might want to add something in the documentation about how you can also use :format as text in order to list thingsās things, as well as concatenate multiple fields. Super useful!
I am running into a potential loading problem where I have a crazy amount of columns of data (34 to be exact) that are being hidden dynamically. A load for 6 things is taking 10 seconds (but only showing 5 columns).
Iām wondering if there is any way for us to do an āadd columnā and āremove columnā workflow so I can call them one at a time instead of preloading all 34 columns. Thoughts?
Hi! I have a question: can you populate a table with a specific sorting? It seems that the only criteria that the table has on default is the unique id.
Thanks!
Hey Sam! Great Plugin- quick Q, is it possible to create a table where columns are date ranges, and the rows are searches for data? Iām trying to build table-based business dashboards, where I can see how many users signed up (for example), each week for the past 4 weeks, and calculate percentage increases, etc.
@BubbleSam - Stellar work on this plugin, Do you anticipate a feature for the ability to select multiple rows? I imagine it to be kind of the same way the built-in bubble App Data table is with the ability to select multiple rows and perform a ābulk deleteā per se.
The end goal would be to āMake a Change to a List of Thingsā for the selected Things(Bulk Actions).
Using custom states I was able to create/add to a list of Things on the Row Click action but I canāt tell which Thing/Rows are in my āSelected Listā based on the table.
(That āWhen Row is Clickedā workflow ability is GOLD)
The better question might be, is there any way to Conditionally Format the Rows appearance?
Also, I am having trouble populating/formatting data that is a list when using the plugin. For instance, I have a list of Orders that I am populating the Table with.
Each Order has a āList of Locationsā associated. Each Location has a Name field that is a text field.
In the Table I am trying to show the Orders List of Locationās Names (List of Texts)
I feel like it should be possible using āGroup Byā function, I keep getting a one-to-one relationship in the table - each Location item associated to one Order, which makes sense why it is happening but I canāt figure out how to manipulate the Initial āPopulateā Search while maintaining the number of records I get in return.
Itās possible now! Check the fields: Default ordering (col index) and Ascending order (yes/no)
Hi, do you have a screenshot of what you are trying to build, please?
Hi there, yes itās possible now! Please check the latest release notes and demos! You will need to activate the row selection mode (there are 3 different modes). After that, you will have access to Row select / deselect events and Selected rows state.
As far I understand, you want to show the list of locations in one cell for the related order?
Ask and you shall receive!!! Awesome job on the multi-select.
Yes - This is exactly right, I could really use the ability to show a dynamic list of texts in a single cell. I canāt get the formatter to differentiate further in the initial search expression, that is why I was trying to use the Group By: on the List of texts (could be off track with that though).
I am also using the system for a live update system like repeating groups. The problem I have is that when new data is created, despite me āRefreshingā the DataTable the new data doesnāt display until I have refreshed my page fully.
Is it possible for you to have the DataTables dynamically update when new data matching the column criteria is met. This would be a LIFESAVER.
If something like this is already possible, or maybe if Iām not understanding fully how the ārefreshā functionality should work, let me know.