Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonStorm committed Jul 24, 2014
1 parent bf2491a commit 7f633be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,19 @@ Simply because everything else you're gonna find out there:
- easy to maintain, as its code was written under the type safe TypeScript. The repository also has the pure JS implementation, so no need to worry if you don't want to learn a new technology (even though I strongly recommend this one).

#### Convinced?
You can download the grid from the `release` or `beta` folder in the master branch. Make sure you also include JQuery (dropped as a dependency in beta), Angular, and a Boostrap theme of your choice. Themes can be found on the Bootswatch website. Of course you can craft your own, as the grid layout is quite easy to style.
You can download the grid from the `release` folder in the master branch. Make sure you also include Angular and a Boostrap theme of your choice. Themes can be found on the Bootswatch website. Of course you can craft your own, as the grid layout is quite easy to style.

##### Legend
- master/release : stable
- master/beta : BETA
- gh-pages: DEMO site
- dev: broken in a million pieces

##### Change Log
###### 3.0 Beta
###### 3.0
- Multiple types of selection.
- Ability to override the default CSS and templates.
- Better handling of various elements in the header: user experience improved and better monitoring of various column settings.
- Localization support. This doesn't mean though that the grid will provide localized text out of the box.
- jQuery no longer a dependency.
- Filtering uses the display format rather than the original field value.
- Improved pagination.
- Please give me a hand in testing it so we can make it into a nice release package. Thank you.

0 comments on commit 7f633be

Please sign in to comment.