architectui-react-theme-free icon indicating copy to clipboard operation
architectui-react-theme-free copied to clipboard

react-table v7

Open mbbyn opened this issue 1 year ago • 0 comments

The PRO version is suppose to be React 17.x compatible, however, it depends on react-table v6 API.

Even though in the package.json, react-table is set to version 7.x, the example code uses import ReactTable from "react-table";, which makes it follow the v6 API, not the v7 headless API.

mbbyn avatar Dec 18 '23 15:12 mbbyn