|
| 1 | +# APYDataGrid Bundle Features |
| 2 | + |
| 3 | +- Supports Entity (ORM), Document (ODM) and Vector (Array) sources |
| 4 | +- Sortable and Filterable with operators (Comparison operators, range, starts/ends with, (not) contains, is (not) defined, regex) |
| 5 | +- Auto-typing columns (Text, Number, Boolean, Array, DateTime, Date, ...) |
| 6 | +- Locale support for DateTime, Date and Number columns (Decimal, Currency, Percent, Duration, Scientific, Spell out) |
| 7 | +- Input, Select, checkbox and radio button filters filled with the data of the grid or an array of values |
| 8 | +- Export (CSV, Excel, _PDF_, XML, JSON, HTML, ...) |
| 9 | +- Mass actions |
| 10 | +- Row actions |
| 11 | +- Supports mapped fields with Entity source |
| 12 | +- Securing the columns, actions and export with security roles |
| 13 | +- Annotations and PHP configuration |
| 14 | +- External filters box |
| 15 | +- Ajax loading |
| 16 | +- Pagination (You can also use Pagerfanta) |
| 17 | +- Column width and column align |
| 18 | +- Prefix translated titles |
| 19 | +- Grid manager for multi-grid on the same page |
| 20 | +- Groups configuration for ORM and ODM sources |
| 21 | +- Easy templates overriding (twig) |
| 22 | +- Custom columns and filters creation |
| 23 | + |
| 24 | +## Screenshot |
| 25 | + |
| 26 | +Full example with this [CSS style file](https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/grid_configuration/working_example.css): |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +Simple example with the external filter box in english: |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +Same example in french: |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +Data used in these screenshots (this is a phpMyAdmin screenshot): |
| 39 | + |
| 40 | + |
0 commit comments