Fix data.columns ID replaced by mistake

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-04-30 15:16:11 -03:00
parent 9a019a64ee
commit 67cece627d
+1 -1
View File
@@ -166,7 +166,7 @@ $(function () {
}
// Reset visibility of ID column
data.columns[1].visible = false;
data.columns[0].visible = false;
// Apply loaded state to table
return data;
},