Released v2.3.0-alpha.4
Introducing Built-in Pagination Components!
Hello! This release comes with built-in pagination components. It consists of three components including:
<SelectRow />
for row selection dropdown<Navigator />
for page navigation<SearchBox />
for handling data search
They are a perfect solution for you who do not want to touch the background process of how to make pagination works. They all handle the tasks for you. Though is an very early release, you may try them in your project since the final release will only add some optional features or fix some styling. All components have been featured with fully customizable class props.
The documentation for those components is in progress, stay tuned at the docs site!
Full Changelog: v2.2.9...v2.3.0-alpha.4