Skip to content

Commit d861847

Browse files
authored
Update README.md
First step on updating the repository
1 parent 03050b3 commit d861847

1 file changed

Lines changed: 20 additions & 24 deletions

File tree

README.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,32 @@
1-
Datagrid for Symfony inspired by Zfdatagrid and Magento Grid.
2-
This bundle was initiated by Stanislav Turza (Sorien).
31

4-
[![Build Status](https://secure.travis-ci.org/APY/APYDataGridBundle.png?branch=master)](http://travis-ci.org/APY/APYDataGridBundle)
5-
[![Coverage Status](https://coveralls.io/repos/github/APY/APYDataGridBundle/badge.svg?branch=test-improvement)](https://coveralls.io/github/APY/APYDataGridBundle?branch=test-improvement)
6-
[![Stories in Ready](https://badge.waffle.io/APY/APYDataGridBundle.svg?label=ready&title=Ready)](http://waffle.io/APY/APYDataGridBundle)
7-
[![Gitter](https://badges.gitter.im/APY/APYDataGridBundle.svg)](https://gitter.im/APY/APYDataGridBundle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
2+
# APYDataGrid Bundle
83

9-
See [CHANGELOG](https://github.com/APY/APYDataGridBundle/blob/master/CHANGELOG.md) and [UPGRADE 2.0](https://github.com/APY/APYDataGridBundle/blob/master/UPGRADE-2.0.md)
4+
This **Symfony Bundle** allows you to create wonderful grid based on data or entities of your projet.
105

11-
## Features
6+
[![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)
127

13-
- Supports Entity (ORM), Document (ODM) and Vector (Array) sources
14-
- Sortable and Filterable with operators (Comparison operators, range, starts/ends with, (not) contains, is (not) defined, regex)
8+
## Features
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
1512
- Auto-typing columns (Text, Number, Boolean, Array, DateTime, Date, ...)
16-
- 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)
1714
- Input, Select, checkbox and radio button filters filled with the data of the grid or an array of values
1815
- Export (CSV, Excel, _PDF_, XML, JSON, HTML, ...)
19-
- Mass actions
20-
- Row actions
16+
- Mass actions, Row actions
2117
- Supports mapped fields with Entity source
2218
- Securing the columns, actions and export with security roles
2319
- Annotations and PHP configuration
2420
- External filters box
2521
- Ajax loading
2622
- Pagination (You can also use Pagerfanta)
27-
- Column width and column align
28-
- Prefix translated titles
2923
- Grid manager for multi-grid on the same page
3024
- Groups configuration for ORM and ODM sources
31-
- Easy templates overriding (twig)
25+
- Easy templates overriding (Twig)
3226
- Custom columns and filters creation
33-
- ...
27+
- *and many more*
3428

35-
## Documentation
29+
## Installation, documentation
3630

3731
See the [summary](https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/summary.md).
3832

@@ -44,17 +38,13 @@ Full example with this [CSS style file](https://github.com/APY/APYDataGridBundle
4438

4539
Simple example with the external filter box in english:
4640

47-
![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)
4842

4943
Same example in french:
5044

5145
![test](https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/images/screenshot_fr.png?raw=true)
5246

53-
Data used in these screenshots (this is a phpMyAdmin screenshot):
54-
55-
![test](https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/images/screenshot_database.png?raw=true)
56-
57-
## Simple grid with an ORM source
47+
## Example of a simple grid with an ORM source
5848

5949
```php
6050
<?php
@@ -118,3 +108,9 @@ class MyEntity
118108

119109
And clear your cache.
120110

111+
## Bundle history
112+
Datagrid for Symfony inspired by Zfdatagrid and Magento Grid.
113+
This bundle was initiated by Stanislav Turza (Sorien).
114+
115+
See [CHANGELOG](https://github.com/APY/APYDataGridBundle/blob/master/CHANGELOG.md) and [UPGRADE 2.0](https://github.com/APY/APYDataGridBundle/blob/master/UPGRADE-2.0.md)
116+

0 commit comments

Comments
 (0)