Releases: GigaTables/reactables
Releases · GigaTables/reactables
Portuguese, Arabic and Japanese languages support
2.7.3 Merge branch 'develop'
Add "No entries" for 0 rows
2.7.2 Merge branch 'develop'
Fix Showing k to n of n-i entries
2.7.1 Merge branch 'develop'
[BREAKING CHANGE] Refactor Editor with labels put to HOC + simplify attrs for tags
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
2.6.2 #hot-fix. Remove Slider + Range tests failing + readme
Add Slider + Range + Tooltip plugins
2.6.1 #115. Add Slider + Range + Tooltip + build
Add trend plugin for Columns + tests
2.5.4 #114. Add Trend plugin + tests
Pie chart plugin impl + refactor plugins architecture
2.5.3 #113. Add PieChart build, tests, version
Minimize bundle size (up to x8 smaller 132Kb) + more caverage on Pagination/Search components
2.5.2 #105. Add more caverage on Pagination/Search components
Add local JSON data pass ability
Now u can pass data via settings.data property easily uploaded from local file or variable e.g. with processing performed with that data.