It's example of DataTables builded in ASP.NET MVC using library by mcintyre321. Web app is based on .Net Framework ver. 4.5.2 This site is based on mvc.jquery.datatables by mcintyre321.
The Javascript shown below is used to initialise the table shown in this example: function filterGlobal () { $('#example').DataTable().search( $('#global_filter').val ...
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML ...
DataTables has the ability to use a property in the data source for each row as that row's unique identifier through the rowId option. This is typically used in DataTables to assign an id attribute to ...