Commit 45a0b119 by Billy Larru

corrigiendo bug del makeDatatable

parent 959a42b5
......@@ -311,13 +311,6 @@ const makeDatatable = (
status: false
}
}
debugger;
if (forDatatable.data.length <= 0) {
return {
message: `{data} is empty`,
status: false
}
}
if (forDatatable.columns.length <= 0) {
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment