Hi @Christophe_HK, regarding the “No matching records found” text, I have reached out to the library owner and he is likely to add the possibility to replace it in the coming library update
Your second point seems like something that should not happen. I will see if this is something that I can fix or that this is maybe a bug in the library which I can report.
When running my app containing tables with debug mode ON, I’ve discovered a bug or a problem I can’t identify the root cause.
This problem occurs when I click on a table’s row, using the click ID event : the ID field of the table is the unique ID of the thing displayed in the table. When the click event occurs, I send the thing to a popup using a Do a search (thing with ID = the table ID).
The error message is the following
The plugin Table / Grid / element Table / grid threw the following error: UnexpectedError Expected a string, but got a number (original data: 3)
at P (https://dhtiece9044ep.cloudfront.net/package/run_debug_js/10823115d046b9b8f755dbe6f58e65936cdc7476807db9af05a3f83a49f6f3e0/xfalse/x9:6:611945)
at Object.JS_to_bubble (https://dhtiece9044ep.cloudfront.net/package/run_debug_js/10823115d046b9b8f755dbe6f58e65936cdc7476807db9af05a3f83a49f6f3e0/xfalse/x9:6:619710) (please report this to the plugin author)
Great to hear that you like the plugin! The current version of the plugin doesn’t support a feature like that, but I will see if I can implement it for you! I am only not sure if the library supports that though.
Set this field type as text and try using the -*formatted as text" (with a line break delimiter) after the search + a data field from your App data type, it should work
@vankhoa0603 List of option sets are not supported at the moment. Single option sets are. Normal lists (without option sets) are also supported. There is an example of how to use a list in the cells on the demo page (column 6): https://bubble.io/page?type=page&name=table&id=pluginpreview&tab=tabs-1 I also included an option set example in column 7.
@vankhoa0603 I will take a look if I can add support for lists of option sets in coming updates for you. That will hopefully be helpful for you and others.
Hi @polenvinagre, great to hear that you like the plugin!
I think that you could hypothetically use the HTML field to do this, but that is quite advanced. Unfortunately at the moment there is no ‘Bubble’ solution to reference to the values inside the cells to do math operations.
I am wondering if something is a bug or a functionality :
After I added multiple columns in the table, it seems that a deletion of any column delete also all columns placed on his right.
sounds weird right ?
Also, I have a suggestion/question, do you think it could be difficult to add a “Full Reset” action in workflow ?
As I plan to fully populate the table with workflows, I think it will be simpler to reset and re-populate for “re-generating” instead of removing every column one-by-one.
Hi @namuti, yes that is a bug! I just pushed a fix for that issue (2.8.0). I will take a look if I can make it easier to remove large amount of columns form the table for you!
I sent you an e-mail today. Thank you the very quick reply! I do have another question regarding the roadmap of this plugin: Will it be possible to edit the data through the table at some point? There is another table plug-in which can do this but is otherwise far less powerful. Any feedback would be greatly appreciated
The JS library that is used for this plugin doesn’t support editing of the cells right inside the table. That’s why I don’t think that this feature will be implemented anytime soon.
@Thimo Hey, I seem to getting a weird issue where column 11 just doesn’t work. I tried moving the data to 12 and then that worked but 11 was still blank. Is this a bug? Thanks