This plugin contains JS and CSS files of the latest DataTables release and corresponding Jenkins UI elements (Java data model). It also contains some additional DataTables plugins. A common UI element ...
A big thank you to DataTables for supporting this project with a free DataTables Editor license. A big thank you to JetBrains for supporting this project with free open-source licenses of their IDEs.
The Javascript shown below is used to initialise the table shown in this example: function filterGlobal () { $('#example').DataTable().search( $('#global_filter').val ...
The DataTables API has a number of methods available for attaching child rows to a parent row in the DataTable. This can be used to show additional information about a row, useful for cases where you ...