This project demonstrates how to use Bootstrap 4 and DataTables with AJAX to create a responsive and interactive table.
Additionally, it showcases the Bootstrap 4 grid system with various examples.
- Bootstrap 4: Utilized for responsive design and styling.
- DataTables: Provides advanced interaction controls to HTML tables.
- AJAX: Dynamically loads data from a server-side script.
- PHP: Serves the JSON data.
bootstrap-datatables-project/
├── .gitignore
├── index.html
├── data.json
├── data.php
├── grid-example.html
- Clone the repository:
git clone https://github.com/syldess/bootstrap-grid-datatable-example.git
- Navigate into the project directory:
cd bootstrap-grid-datatable-example
- Serve the project with PHP:
php -S localhost:8000
- Open your browser and go to:
`http://localhost:8000/index.html` for the DataTable example.
`http://localhost:8000/grid-example.html` for the Bootstrap Grid example.
- Fork the repository.
- Create your feature branch (git checkout -b feature/new-feature).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/new-feature).
- Open a pull request.
This project is licensed under the MIT License.
Made with ❤️ by syldess