Commit 25c97dc2 by aagusti

detable edit

1 parent d96d47d3
......@@ -72,7 +72,8 @@
return '<input type="checkbox" checked="'+{value}+'"></input>';
}
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";
......@@ -113,7 +114,7 @@
//columns[1].order = "order_asc";
}
}
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!