dataTable
Data tables are a typical method for displaying structured data on the web. They are widely used to show data tables in websites or apps. Data tables may be generated with HTML and CSS, and they are easily customizable to meet the demands of the application. It appears that you're referring to the jQuery DataTables plugin, which is a strong and versatile tool for upgrading HTML tables. jQuery DataTables includes capabilities like as sorting, searching, pagination, and more to make dealing with tables easier. Example : $ ( document ). ready ( function () { $ ( '#myTable' ). DataTable (); }); Download Source code from Github Link : https://github.com/kanakaraju/Jquery_Easy_Tricks/blob/main/dataTable/dataTable.html