Things to note These libraries are required, they are bundled together by default (can exclude any of it in webpack config): jquery datatables.net datatables.net-bs4 datatables.net-responsive jquery ...
Following links need to be added to Script.Configuration. This is to split one big DataTables field into multiple smaller js scripts / css per feature that is enabled in code. Those links need to be ...
The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables: This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in ...
The Javascript shown below is used to initialise the table shown in this example: $(document).ready(function() { var table = $('#example').DataTable( { select: true ...