PHPackages                             survos/grid-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. survos/grid-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

survos/grid-bundle
==================

incorporate DatatablesNet, using twig and stimulus, twig\_component requires ^2.3

1.5.139(2y ago)01.9kMITJavaScriptPHP ^8.1

Since Jun 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/survos/SurvosGridBundle)[ Packagist](https://packagist.org/packages/survos/grid-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-grid-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (19)Versions (305)Used By (0)

Survos Grid Bundle
==================

[](#survos-grid-bundle)

Use the DataTables.net javascript library with Symfony, Twig.

```
composer req survos/grid-bundle
```

Ideas
-----

[](#ideas)

Import the datasets at

Dev only...
===========

[](#dev-only)

composer config repositories.survos\_grid\_bundle '{"type": "vcs", "url": ":survos/SurvosGridBundle.git"}'

```
symfony new grid-demo --webapp --version=next --php=8.2 && cd grid-demo
composer config extra.symfony.allow-contrib true
composer req symfony/asset-mapper symfony/stimulus-bundle:2.x-dev
composer req survos/grid-bundle survos/scraper-bundle

# make it prettier with bootstrap, but not necessary
bin/console importmap:require bootstrap
echo "import 'bootstrap/dist/css/bootstrap.min.css'" >> assets/app.js

bin/console make:controller grid -i
cat > templates/grid.html.twig
