I had this exact same issue when displaying multiple tables using a tab set.
I needed to add a one second pause in the workflow, this way the table was fully visible before the re-render happened. Worked! Now I just need to get a loading spinner to improve the 1 second of load time before the table columns get corrected.
First of all: Great plug-in. Thanks for making and maintaining it.
I started using it yesterday and have some issues / questions:
In my database I store a number between 1-5 indicating a star rating. Any idea how I could display stars in the table?
Is it possible to use another input / search field for search instead of the built-in search? That would give me more freedom in styling and positioning it.
Can I disable borders? Only way I found is to make the border color the same as the background. However that still shows borders on hover.
My table displays data of an array of things. When I change to another thing in the array which has no entries the table still displays the data of the first array. When I trigger re-render through actions I receive an error message. Only thing that helps a is a refresh which is not so nice for UX.
This is not supported right now, but I do see that this can be a helpful feature. I will put it in my list to see if I can implement this in a future update!
Is there a way to have the search field value persist between re-renders? I want my data to stay up to date, but I don’t want to boot my user out of their search when the data is updated.
I’m trying to save the state of the search bar value, though I’m not seeing a workflow action to update it on re-render.
Hi @Lacroo! This is not yet supported by the plugin. I will explore if a feature like this is supported by the library! I do see that it could be useful!
Hey @Thimo was it ever determined whether a select all checkbox in the header was possible? The button select all works great but a header one would be intuitive and reflect the standard.
I’m facing a “delay” issue when filtering the data using custom states.
When I change the custom state value like adding or removing some filter sometimes it loads and sometimes it does not load.
I found a hint…
I have a custom state that is a list of option set.
Then to filter the table inside the do a search I have to add, remove, add the same filter so that table loads the data according to the filter I selected.
Maybe it helps.
That is caused because you only have 1 column in your table. The checkbox column does not have a max width as you can also give the checkbox column a name. If you add more columns it will force the checkbox column to be its normal size again! Let me know if this helps in your case
@silviorodriguez95 I haver not seen that error before. You do not have to enable a feature just make sure you have checkboxes enabled and the table is visible on the page when you are running that workflow action. If you still can’t figure it out, could you send me a PM so we can take a closer look?
When I click them one by one works perfectly, but making a button to select all at once prompts me this error. If the checkbox columns appears may I consider it’s enable? Or do I need to double check something further?
Hey Thimo,
Wondering if you’ll be able to integrate the new Table from bubble with some native functionality? Still love all the additions you have around pagination, sort etc.