Simple implementation of datatable service-side processing with symfony
This project provides a straightforward example of how to implement DataTables with server-side processing in a Symfony application. It demonstrates how to set up a DataTable that retrieves and processes data efficiently on the server
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
Start the Symfony server:
symfony serve -d