Tagged: Buttons, data table
hi there,
is there a way to use the buttons in a table in the column and not only in the row? As I need buttons in the coumn. But there is no dropdown for button coloumn.
Also I have a strange behaviour when using several tables on one page. When I create buttons, save the table, the buttons appear in a different cell then where I created them. Anyone knows this problem?
And how can you create a link in a cell?
Thx in advance,
Hanniball
Hey Thomas!
You can set all rows to button rows and then click on the plus icon for each cell in a column and create buttons and then set the rows back to the default. Or you could just copy the button shortcode and paste it into each cell where you want to display a button.
The table cells accept HTML so if you want to display a link then here is what it would look like.
<a href = "#">Click me</a>
Cheers!
Elliott
Ok, great, thx!
One thing is still annoying: When creating the button in a cell, I save it and it appears in a different cell. Any idea, if this is a bug?
Best,
Hanniball