Skip to content

Simple implementation of datatable service-side processing with symfony

Notifications You must be signed in to change notification settings

sfinx13/datatable-server-side

Repository files navigation

Datatable Server-side processing

Simple implementation of datatable service-side processing with symfony

Overview

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

img.png

Prerequisites

Installation

composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate

Usage

Start the Symfony server:

symfony serve -d

Documentation

https://datatables.net/manual/server-side

https://datatables.net/examples/server_side/