Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: GigaTables/reactables

Portuguese, Arabic and Japanese languages support

27 Jun 11:09

Choose a tag to compare

Add "No entries" for 0 rows

27 Jun 07:34

Choose a tag to compare

2.7.2

Merge branch 'develop'

Fix Showing k to n of n-i entries

15 Jun 06:52

Choose a tag to compare

2.7.1

Merge branch 'develop'

[BREAKING CHANGE] Refactor Editor with labels put to HOC + simplify attrs for tags

26 May 09:14

Choose a tag to compare

By simplifying attributes passed to GT Editor component via object, there will be performance boost and reliable logic mechanics.

        {
            ...
            attrs: [
                {pattern: '^[A-Za-z0-9_]+$'},
                {className: 'titleField'}
            ]
            ...
        }

to

        {
            ...
            attrs: {
                pattern: '^[A-Za-z0-9_]+$',
                className: 'titleField'
            }
            ...
        }

Remove Slider/Range plugins as tests failing with improper import

25 May 06:06

Choose a tag to compare

2.6.2

#hot-fix. Remove Slider + Range tests failing + readme

Add Slider + Range + Tooltip plugins

23 May 16:57

Choose a tag to compare

2.6.1

#115. Add Slider + Range + Tooltip + build

Add trend plugin for Columns + tests

20 May 12:31

Choose a tag to compare

2.5.4

#114. Add Trend plugin + tests

Pie chart plugin impl + refactor plugins architecture

18 May 17:08

Choose a tag to compare

2.5.3

#113. Add PieChart build, tests, version

Minimize bundle size (up to x8 smaller 132Kb) + more caverage on Pagination/Search components

12 May 06:29

Choose a tag to compare

2.5.2

#105. Add more caverage on Pagination/Search components

Add local JSON data pass ability

10 May 19:41

Choose a tag to compare

Now u can pass data via settings.data property easily uploaded from local file or variable e.g. with processing performed with that data.