Commit 478e3296 by aagusti

detable edit

1 parent 25c97dc2
......@@ -74,7 +74,6 @@
}
for (let co in ${tableid}Columns) {
if (${tableid}Columns[co].checkbox === true) {
if (${tableid}Columns[co].checkbox === true) {
${tableid}Columns[co].className = "text-center";
${tableid}Columns[co].width = "30pt";
${tableid}Columns[co].render = function (val) {
......@@ -115,6 +114,7 @@
}
}
let ${tableid}Language = {
"search": "Cari: ",
"paginate": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!