JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Table › Buttons in a table cell
Tagged: Table with button
Is it possible, in a table (wrapping or not an html table) use a button in a cell ?
If the button is clicked how can I do some action ?
Tks
Hi,
We have a demo which shows how to add custom content in the cells of the Table component. Please, check this https://www.htmlelements.com/demos/table/bootstrap-integration/
Regards, Markov
Smart UI Team https://www.htmlelements.com/
Sorry but I don’t see any clickable button on the table.
The info field doesn’t react to any click.
Looking at source code I don’ see any button or smart-button in it.
The demo i sent you shows how to render components inside the table cells. We do not have a specific ready-made example for a button inside a table cell, but you can follow the same approach as in the provided example.