I just published a new plugin that lets create a fully customizable table / grid! This is a great way to showcase your data. This plugin offers extensive customization features. This plugin also lets you export the data in your table as a .CSV file!
This plugin also offers the ‘append column’ and ‘remove appended column’ workflow actions and support events!
@timgarrett111 Yes. For each column you can do ‘do a search for’, so you can search for every data type you have in your database. You can take a look at the public editor to see exactly how it works
Can we enable selecting rows? I want to implement this plugin on multiple apps but need to have a checkbox option along with the ability to delete records just like a repeating group.
Hi @nocodeventure! I saw on GitHub that checkboxes are on the roadmap for the JS library. So, when they are implemented I will definitely look into the implementation of this feature!
The next update for the library should be a pretty big one so maybe it will already be included in that one.
I mean the ability to add button styled text and material icons to trigger a dropdown or simple edit and delete buttons.
I think if you allow to do CSS that will be helpful.
Also, each row does a sort for data. Can you change it to do a search once and based on that a dropdown to select the rows. See for example the plugin below.
@nocodeventure Buttons are not yet supported by the library so we will have to wait for that, but that would be a really cool feature.
When starting developing the plugin I though about what the best way of collecting data would that would give users the most freedom. That is way came down to this solution. If you can only do 1 search you can only use data from 1 data type in your table. Now you can use data from every source in each column making it way more useful
@abvas At the moment this version of the plugin is for displaying data.