not able to render page dynamically after init #390
Unanswered
goncalomiranda
asked this question in
Q&A
Replies: 1 comment
-
|
$(document).ready(function () { let dataTableCRM; } $("#pipeline").on("change", function () { $("#fetch-boxes-form").on("submit", function (event) { }); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi there,
i'm trying to render my table dynamically but i'm always failing with same error, here's my jquery script:
dataTableCRM.destroy();
Error is:
TypeError: Cannot read properties of undefined (reading 'type')
at z (simple-datatables.js:3:41543)
The init works well:
But when i try to re render it fails.
Can anyone help me? let me know if more info is required.
Beta Was this translation helpful? Give feedback.
All reactions