Bootstrap Icon hozzáadása
This commit is contained in:
@@ -74,9 +74,7 @@
|
||||
{ data: "operationDescription" },
|
||||
{ data: "answerType" },
|
||||
{ data: null, render: function (data, type, row) {
|
||||
return `<button class="btn btn-primary edit-btn" data-id="${row.id}">Módosítás</button>
|
||||
<button class="btn btn-danger delete-btn" data-id="${row.id}">Törlés</button>
|
||||
`;
|
||||
return renderActionButtons(row.id);
|
||||
}}
|
||||
],
|
||||
columnDefs: [
|
||||
@@ -87,7 +85,7 @@
|
||||
{
|
||||
"targets": 4,
|
||||
"className": "text-center",
|
||||
"width": "15%"
|
||||
"width": "10%"
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user