Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentchalnot/sidusdatagridbundle
Extension for sidus/filter-bundle to easily build a full datagrid based on yml configuration
https://github.com/vincentchalnot/sidusdatagridbundle
Last synced: 4 days ago
JSON representation
Extension for sidus/filter-bundle to easily build a full datagrid based on yml configuration
- Host: GitHub
- URL: https://github.com/vincentchalnot/sidusdatagridbundle
- Owner: VincentChalnot
- License: mit
- Created: 2016-02-03T19:01:51.000Z (almost 9 years ago)
- Default Branch: v4.x
- Last Pushed: 2023-09-04T07:46:43.000Z (about 1 year ago)
- Last Synced: 2024-11-07T03:49:23.947Z (10 days ago)
- Language: PHP
- Homepage: http://datagrid-demo.sidus.fr/
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SidusDataGridBundle
===================The configuration example of this documentation can be seen on the [live demo website](http://datagrid-demo.sidus.fr).
Source of the demo is available [here](https://github.com/VincentChalnot/SidusDataGridDemo).This bundle allows you to create datagrids using
[Sidus/FilterBundle's](https://github.com/VincentChalnot/SidusFilterBundle) filtering component very easily.The goal of this bundle is to be able to quickly deploy many datagrids using Yaml configuration, it allows you to work
with result sets of any kind, like Doctrine entities, Elastic Search indexes, custom API, etc.
See the [Sidus/FilterBundle](https://github.com/VincentChalnot/SidusFilterBundle) documentation for more information
about the filtering and data provider part.This bundle will work well with Twitter's Bootstrap 3 or 4 and you can create custom datagrids templates very easily.
That being said, if you have only a few datagrids and need to heavily customize each rendering, consider using the
[Sidus/FilterBundle](https://github.com/VincentChalnot/SidusFilterBundle) in standalone without this bundle.## Table of content
- [01 - Installation](Documentation/01-install.md)
- [02 - Configuration](Documentation/02-configuration.md)
- [03 - Usage](Documentation/03-usage.md)