Premmerce Documentation > Table or Grid > How to Add More Buttons on Action Column
About Premmerce
Installation
Table or Grid
CSS and JS
General
To add more buttons to the Action column for a specific table, navigate to /Views/Shared/_Table.cshtml
.
As shown in the image below, add the section of the code that corresponds to your table. Modify the HTML button or link as needed for your desired functionality.
@if (tableId == "TicketTableContainer")
{
<a class="fs-22 fw600 color-primarycolor hover-color-primarycolor lh-1 ps-1 cursor-pointer" href="">
<i class="bi bi-view-stacked"></i>
</a>
}