looks like its a bug where I copied the table to other pages, and they bugged out and said something wrong, but worked perfectly fine. when I recreated them exactly same, the error was removed.
Update 2.6.0
Added the option to disable the ‘Auto Width’ feature for columns.
Hello! this is great, does it support frontend editing by the end user? Im looking to serve the user a template via a table and then the user has an option to add/remove records/rows and or edit any existing cells/fields
Hi @shane2, the plugin doesn’t support that feature natively. You can however use the row/cell is clicked event to display data in for example a popup and let users edit the data that way.
Ahh interesting. Could I tie it to a single field instead of the full record? So if I just want to edit Column A when I click it ancd editor for Column A pops up rather than all columns?
@shane2, you can represent every row by an ID. So, you can us that ID to show data inside a popup for example like you see on the demo page. That way users can access the data represented by that row.
Hey @Thimo,
I bought your plugin, it’s amazing, so nice!
One question : is there a way to reference the value of a column in another colum? let’s imagine I have users and communities in my app, and each user belongs to only one community (the community thing has a list of user things). If the first col of the table is the app users, would be nice to be able to retrieve the user thing or ID in col B to do a search. Is it something possible by any method?
Many thanks,
And again, awesome stuff with this plugin!
@Christophe_HK great to hear that you are enjoying the plugin! I have tried in the past to implement a feature like this, but didn’t succeed back then. I am also not sure if this is possible. I will try to look into it again for you!
Many thanks @Thimo, very appreciated.
Maybe is there a way to link a custom state to each row and get this state usable for the whole row cells? As an example, col A contains the custom state’s thing, and all others cols can refer to this thing using this row (a bit like the repeating group logic, in fact).
Easy to say, isn’t it?
@Christophe_HK Yeah, I was also thinking of something like that. I am not sure if that is going to work though, I will look into it but can’t promise any results.
No worry @Thimo, that was just to say something, I’m really not entitled to say anything in fact
If I may help, do not hesitate
One (small ?) thing : would there be a way to be able to choose the CSV export delimiter ? (aka comma, semi-colon, …).
That would really help for my app. As per the regional settings (“List separator” param for excel), in France CSV is seen as using a semi colon as the default delimiter.
I think I found a minor bug @thimo. I built a table using my data, the first column contain a date formatted as text with custom format : “dd/mm/yy à HH:MM”.
As a result, this text date is not displayed on the cells. But there are present in the CSV export.
Screenshots below :
TABLE PLUGIN
CSV EXPORT
@Christophe_HK That’s definitely a weird problem. I will look into it to see if I can find a bug! Thanks for reporting!
Maybe because the customer date format contains a letter with an accent… I’ve to try removing this letter!
Big update! 2.7.0 & 2.7.1
You can now add custom HTML to the cells of a column. Simple BBcode including Font Awesome icons are also supported. This adds almost unlimited more possibilities! The demo page is updated to showcase these new features:
The new fields looks like this:
You can use the [fas] tags for Font Awesome icons and use {{value}} to represent the value of the cell. Let me know if you want more examples on the demo page!
Can we add in buttons now?
@nocodeventure Yes you can with HTML. I have to find a good way to trigger workflows using these buttons though. You can of course use javascript, but I will look into if there is a more user friendly way.
Impressive!
Hey @thimo,
Would there be a way to also be able to replace the “No matching records found” resulting from a search using a configurable parameter (i’d like to display it in French).
Also, in case a search return no result, the table line in which the “No matching records found” is displayed can be clicked and triggers the workflow associated to the row or ID click… Is there a way to block the execution of the click workflows when no result retrieved from a search ?