
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any HTML table. DataTables is a powerful Javascript library for adding interaction features to HTML tables, and while simplicity is a core design principle for the project as a whole, it can appear quite daunting to get started.

Features:
- Pagination – Previous, next and page navigation
- Serach – Filter results by text search
- Multi-column ordering – Sort data by multiple columns at once
- Dynamic – Can use with any data source like Javascript, AJAX, Server side scripting like PHP and many more.
- Responsive – Mobile Friendly
- Extensions – Customize and add features to datatable with it
Users can use it on their project by different methods:
- CDN
- Download source file and use it into the project with script and link tag
- NPM
- Yarn
- Bower
- Nuget
- Composer
Content Source: https://datatables.net/
