k3ssen / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SgDatatablesBundle - SST Fork

This repository is a fork of https://github.com/stwe/DatatablesBundle.

Use this repository to replace the original sg/datatablesbundle with this one, to fix a xss-issue.

Installation

  • Run composer require sst/datatablesbundle
  • Copy the following into config/routes/sg_datatables_bundle.yaml
sg_datatables_bundle:
    resource: "@SgDatatablesBundle/Controller/"
    type: annotation
    prefix: /sg

About

This Bundle integrates the jQuery DataTables plugin into your Symfony application.


Languages

Language:PHP 70.2%Language:Twig 28.9%Language:JavaScript 0.9%