How to add library datatable into joget? I want to use DataTable() on custom HTML field

Confluence User - 22 May, 2023
forms

1


23 May, 2023
confluenceUser
confluenceUser

Hi, 

To achieve this, please do the following steps.

  1. Download all the required resource for DataTable (js, css files)
  2. Upload these files in your under App Resources
  3. Each resource will generate hash variable, take note of these hash variables (e.g. #appResource.datatable.js#)
  4. In custom html, include these resource as required by DataTable
    (<script  src="#appResource.datatable.js#"></script>)

    Hope this helps.
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print