Kis reszelés és jó is lett.

This commit is contained in:
2025-03-14 11:36:42 +01:00
parent 7f01ca243a
commit 50b14e8122
2 changed files with 5 additions and 0 deletions
@@ -61,11 +61,13 @@
processing:true
});
$('#tbCheckPointsPage').on('click', '.edit-btn', function ()
{
const row = table.row($(this).closest('tr')).data();
window.location.href = `@Url.Page("./CheckPointEditPage")?id=${row.id}`;
});
$('#tbCheckPointsPage').on('click', '.delete-btn', function ()
{
const row = table.row($(this).closest('tr')).data();