I am tring to use jquery dataTable in my embedded html form. when I run the process and execute the html form in tasklist , I kept getting dataTable is not a function error .
but when I reload the page it works fine.
sometimes its works fine and sometime it gives error. there is inconsistency on using jquery dataTable in camunda embedded form.
can anyone please help me with this.
I really need to use dataTable . I don’t have any other option.
jquery.dataTables.min.js file needs to be downloaded and placed in camunda\app\tasklist\scripts
jquery library is already included in camunda web apps so no need to download.
.
to guarantee jquery being loaded prior to jquery.dataTables.min.js, script dependencies need to be configured.
Using camunda version 7.13, below snip should be included in camunda\app\tasklist\scripts\config.js file