Releases: sematext/sematable
Releases · sematext/sematable
v2.11.3
v2.9.0
Bump version to 2.9.0
2.1.0
- Upgraded react-select to v2
v1.13.0
v1.10.0
- Pagination control improved in cases where there are many pages. We now always show a fixed number of pages relative to the current page, along with the first and last page.
v1.9.0
- Added PaginationContainer that you can use to better control where pagination will be shown
- Added
plain
configuration option. When specified, sematable wrapper will only return your table component, without the bootstrap grid, and without the page size, filter, and pagination controls (you can add them with PaginationContainer, PageSizeContainer, and FilterContainer)
v1.8.0
- You can now show the filter and page size component somewhere else in your app by using FilterContainer and PageSizeContainer provided components (see the readme for more info)
- pagination-sm is no longer used as the default pagination class name
v1.7.0
Upgraded dependencies and adjusted source to avoid triggering warnings in react v15.5.0.
v1.6.0
- Changed default filter placeholder text
- Added 15 and 20 to default page sizes
- Filter placeholder prop type adjusted so it doesn't throw warnings on react nodes