diff --git a/README.md b/README.md index bed791a..c4497c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/GigaTables/reactables/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/GigaTables/reactables/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/GigaTables/reactables/badges/build.png?b=master)](https://scrutinizer-ci.com/g/GigaTables/reactables/build-status/master) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) + # GigaTables ReactJS plug-in GigaTables supports the following capabilities: @@ -8,7 +9,7 @@ GigaTables supports the following capabilities: -- pagination, --- cross-sorting, +-- sorting, -- global search, @@ -18,6 +19,8 @@ GigaTables supports the following capabilities: -- trigger functions, +-- dynamic column content functions, + -- 7 popular languages and more... diff --git a/package.json b/package.json index 4b7d336..4ce6057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gigatables-react", - "version": "0.2.2", + "version": "0.2.4", "description": "GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems. It supports ajax data processing/editing (CRUD), pagination, cross-sorting, global search, shft/ctrl rows selection, 7 popular languages and more.", "main": "./build/index.js", "dependencies": {