I am trying to add a responsive table to my website.
Did anyone try to use tabulator-tables ?
What about using a repeater as a table?
hmm I guess that designing a repeater like a table is not that easy.
Anyway, will it be responsive? did you try it?
Yes, a repeater is responsive.
An alternative would be to take strips, but this would be more difficult to handle. Strips are also responsive.
My last idea would be to work with custom elements, but i am still not familiar with them, so i am not sure if you would be able to create a responsive table with it, but i think it should be possible, because you should then be able to use CSS.
Or even work with an HTML-component? Here also not sure, if you can control the component from inside (also using CSS)?
Possible? I am not sure.
It’s very easy to create a responsive table with HTML-component but
I am pulling the data from a google sheet file with about 18 columns and I want to write the file as well.Using a repeater might be a good idea.
I will try it.
Ok, why not a repeater.
Repeater are even the better tables (on my opinion).
@russian-dima do you know if I can freeze the first item?
I would use the header for this (just in this specific site, where you have your table on.
I do almost the same on my own site, look here…
Second page after homepage.
There i also use a similar function with the help of the header.
Else perhaps fixing/ a strip over the repeater?
Tabulator-Tables seems also to be interessting. It hast a lot of features —> a lot of flexibility.