Python Django Datatables Server-side processing mode bootstrap 5.1.3 responsive.
The project uses jQuery & Bootstrap library from DataTables.net redering the data from database or json file no matter how much data you have.
Note:
All data are randomly generated from https://www.mockaroo.com/
- Pagination
- Column ordering
- Global generic search
- and more ...
1- Download the project and unzip the files
2- Create Virtual envirement & activate
python3 -m venv enva
enva\Scripts\activate
3- install requirements
pip install -r requirements.txt
Database already included Username & Password admin
Testing the table with data from databese
http://127.0.0.1:8000Testing the table with data from JSON file
http://127.0.0.1:8000/file/Django 4.0.5, it should works on < 4.0.5
Python 3.9