[New plugin] Fully Customizable Table / Grid

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 :slight_smile:

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.

Great, many thanks @Thimo !

Again, your plugin is amazing. So easy to add tables in our app, and these tables are really nice and powerfull !

1 Like

Hello @Thimo

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 :confused:

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)

This problem happens with all tables in my app

@Christophe_HK I will send you a PM so we can take a better look at the issue you are having!

Love your plugin @Thimo
Can I remove the seperator (styling) between colums and just keep it between rows?

Hi @Kackur,

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.

2 Likes

Hi @Thimo,
How can I display a list in the column value?
For example,
1 app has a list of Category (option set)

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

1 Like

Hi @Christophe_HK
What did I configure wrongly?


Here is the error

@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.

1 Like

Ok got it. Thank you for your support. I have to change my database’s structure :sleepy:

@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.

2 Likes

Hi, Excelent Plugin!
I am new on Bubble and maybe already have a “solution”.

Is it possible do math operation (or any formula) between columns? Ex:
Quantity-column * Price-column = Sub Total (“virtual” column)

And Aggregations Function by column like: Sum, Count…

Tks in advance

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.

Hi @Thimo,

This plugin seems to be promising !

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! :slight_smile:

1 Like

Hi Thimo,

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

Hi @Pat,

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

@dr712406 I think I found the bug! I published a new version (2.8.1) that includes a fix. Hopefully it solves your problem.