Hi guys, I need some help. I have this table where in the column ‘Pilotos’, we’ll have multiple items, but I don’t want to show all of them in the table. I’d like to display only three, and all the others will appear only when I view the details.
Hi @Biner, can you give the community a little more information, what type of field is Pilotos?
It’s a connection field with another table, ‘Pilotos’. In this table, the type is Text.
I think you can do this with the use of javascript, just add a custom class to that field and you can split the values using newlines
1 Like