@@ -6,26 +6,23 @@ This **Symfony Bundle** allows you to create wonderful grid based on data or ent
66[ ![ Build Status] ( https://secure.travis-ci.org/APY/APYDataGridBundle.png?branch=master )] ( http://travis-ci.org/APY/APYDataGridBundle ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/APY/APYDataGridBundle/badge.svg?branch=test-improvement )] ( https://coveralls.io/github/APY/APYDataGridBundle?branch=test-improvement )
77
88## Features
9-
10- - Supports Entity (ORM), Document (ODM) and Vector (Array) sources
11- - Sortable and Filterable with operators (Comparison operators, range, starts/ends with, (not) contains, is (not) defined, regex)
9+ This bundle allow you to create listing with many features that you can expect :
10+ - Various data sources : supports ** Entity** (ORM), ** Document** (ODM) and ** Vector** (Array) sources
11+ - Data manipulation : ** Sortable** and ** Filterable** with many operators
1212- Auto-typing columns (Text, Number, Boolean, Array, DateTime, Date, ...)
13- - Locale support for DateTime, Date and Number columns (Decimal, Currency, Percent, Duration, Scientific, Spell out )
13+ - Locale support for columns and data (DateTime, Date and Number columns )
1414- Input, Select, checkbox and radio button filters filled with the data of the grid or an array of values
1515- Export (CSV, Excel, _ PDF_ , XML, JSON, HTML, ...)
16- - Mass actions
17- - Row actions
16+ - Mass actions, Row actions
1817- Supports mapped fields with Entity source
1918- Securing the columns, actions and export with security roles
2019- Annotations and PHP configuration
2120- External filters box
2221- Ajax loading
2322- Pagination (You can also use Pagerfanta)
24- - Column width and column align
25- - Prefix translated titles
2623- Grid manager for multi-grid on the same page
2724- Groups configuration for ORM and ODM sources
28- - Easy templates overriding (twig )
25+ - Easy templates overriding (Twig )
2926- Custom columns and filters creation
3027- * and many more*
3128
@@ -41,17 +38,13 @@ Full example with this [CSS style file](https://github.com/APY/APYDataGridBundle
4138
4239Simple example with the external filter box in english:
4340
44- ![ test] ( https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/images/screenshot_en.png?raw=true )
41+ ![ test] ( https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/images/screenshot_en.png )
4542
4643Same example in french:
4744
4845![ test] ( https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/images/screenshot_fr.png?raw=true )
4946
50- Data used in these screenshots (this is a phpMyAdmin screenshot):
51-
52- ![ test] ( https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/images/screenshot_database.png?raw=true )
53-
54- ## Simple grid with an ORM source
47+ ## Example of a simple grid with an ORM source
5548
5649``` php
5750<?php
0 commit comments