An open API service indexing awesome lists of open source software.

https://github.com/salithaucsc/jquery-datatables

How to use jQuery DataTables to display database records
https://github.com/salithaucsc/jquery-datatables

jquery jquery-datatables mysql php

Last synced: 9 months ago
JSON representation

How to use jQuery DataTables to display database records

Awesome Lists containing this project

README

          

# jQuery-DataTables

### How to use jQuery DataTables to display database records

jQuery DataTables is a very valuable plugin that can be used when displaying records fetched from a database. It includes several functions that are useful. Without this plugin, we will have to implement those functions from scratch. This plugin makes our work easy. It provides us search function, pagination and counting records for us. Only need to link and insert the jQuery code to use this.

1. Download or clone the project and rename it as **jQuery-DataTables** or any other.
2. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
3. Create a new database in PhpMyadmin called **ajax_search**.
4. Import the SQL file included in project folder.
5. Place the project folder in your localhost. (htdocs or www folder)
6. Open the browser and enter the URL for the project. URL for the project as - "http://localhost/jQuery-DataTables".

![datatables](https://user-images.githubusercontent.com/23145752/34471486-154cba9e-ef71-11e7-9b32-330acc630a8e.png)