[New feature] Table element [beta]

Amazing, Can’t wait to try this out!

Same here… this is basic and should have been tested as one of many use cases … In my view this feels like an ALPHA Release not a BETA release

1 Like

Completely agree. I need this all the time!

Yeah I’ve got to agree, its been months in the making (first mentioned in January’s community update). I feel like its missing a lot of bells and whistles like people mention e.g. sorting, pagination, cell formulas, direct cell reference…

9 Likes

Glad to see more folks needing this. I have a repeating group with inputs in them that can update a calculation… and my heart hurts everytime I have to go work with it.

2 Likes

Since there’s no paging built in to the table (like in a repeating group) having a fixed number of rows is kinda useless.

However, after creating a custom state and changing the data source so that it uses “items from #” was able to get the table to page with r number of rows.

Unfortunately, when it gets to the last page (which has fewer than r rows) the table “hangs”. Although the paging workflows work fine and the debugger shows that the datasource is correctly positioned, the table doesn’t update.

There’s doesn’t seem to be a way to refresh the table without reloading the page.

Finally, you can’t put a static row at the bottom, so sums, counts etc. need to be built outside the table.

Not a bad start, but probably not worth working with until these bugs are sorted out.

8 Likes

Just read through all the comments and got to this…about sums it up perfectly for me. I’ll just keep copying and pasting my custom table element I created using an RG that has all the things people say this is missing.

5 Likes

Thank you all for this feedback! There are so many great enhancements here and we will use this feedback to prioritize features before and after our GA release.

1 Like

The order of sources is throwing me off a little bit

1 Like

@kate.mcnally Great work! I believe this step will open more avenues for more features.

In addition to this list, I’ll add a couple more

  • I was expecting the table to render as table on the frontend <table></table> not just divs.
  • I was expecting to be able to resize columns in the preview mode

novo
Ola!, fiz alguns testes , até o momento achei muito legal, coloquei o vídeo para vocês observarem os testes, também achei a velocidade de resposta muito boa, quando tiver um tempo maior, irei colocar outras funções para ver o funcionamento.

2 Likes

@kate.mcnally This is great!

How about adding the ability to make x columns sticky?

3 Likes

please add sorting and filtering by each column header and a way to create a formula e.g. C1= A1*B1
otherwise this is just like a repeating group formatted like a table that i have stored in my templates.

9 Likes

Someone who has already tested the brand new Table element is having this problem, the contents of one column invading the other, I tried everything and nothing solved the problem, another annoying thing is this scrollbar that does not disappear at all, and it would be on a smaller screen it’s fine, but at full resolution it shouldn’t be constantly appearing, spend the day testing to see how to replace my tables with this element, but apparently it still needs adjustments, before practical use, another problem found, the filtering does not work correctly, the filter is applied and when it clears the inputs the data does not return.

Ps.: I tested the element available in the Essential Kit and it has the same element configuration problem as you can see in the photo:

  1. Tabela Repeat Group;
  2. Elemento Table que criei;
  3. Elemento do Essential Kit que tentei adaptar.

1 Like

You still can. When the parent group is set to fixed you can move around whatever you want.

3 Likes

This is so great @kate.mcnally !

Question: Do all of the entries of an object get loaded when using the table? Other plugin tables had this behavior which in some instances is not desired.

FYI: the column and row handles can disappear in the editor in certain situations.
CleanShot 2023-07-28 at 16.13.38

This is a realy good addon. Thanks! :clap:

But all my repeating groups already have this same behavior and I don’t see me changing to “Tables” so soon. What would make me consider to change alllllll my RG would be the implementation of some native features like:

  • Native Pagination
  • Native Sorting
  • Native Filtering

AND, of course, if the performance is better. Anyone already run some performance test?

1 Like

Feature request: give me access to the row’s index from the base row.

4 Likes

I’m noticing if there are several columns in the table and I scroll to the end of the table, the header and row background do not extend to the end of the scroll. They cut off after the point that is visible before you scroll.

Before scrolling, everything looks great:

After scrolling, header and row background on hover does not extend to the end of the table:

3 Likes