Compare commits

...

1 Commits

Author SHA1 Message Date
@jamaludinarifrohman6661
38948b6633 bug-fix: map tourisms 2025-02-25 11:32:39 +07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -20,9 +20,9 @@ const dataTourismsColumns = [
name: "Actions",
widht: "120px",
formatter: function (cell, row) {
const id = row.cells[10].data;
const long = row.cells[8].data;
const lat = row.cells[9].data;
const id = row.cells[11].data;
const long = row.cells[9].data;
const lat = row.cells[10].data;
const model = "data/tourisms";
return gridjs.html(`
<div class="d-flex justify-items-end gap-10">

View File

@@ -27,7 +27,7 @@ const dataUMKMColumns = [
name: "Actions",
widht: "120px",
formatter: function(cell, row) {
const id = row.cells[18].data;
const id = row.cells[19].data;
const model = "data/umkm";
return gridjs.html(`
<div class="d-flex justify-items-end gap-10">