重写使用on列过滤器时通过onFetchData从服务器重新获取数据的功能

时间:2019-01-02 19:21:27

标签: react-table

我正在使用react-table显示一个从服务器程序中获取数据的网格。我使用了filterable属性来过滤每一列上的数据。我知道每当网格发生变化时,onFetchData属性都会被调用,我以某种方式希望使用此功能,因为由于筛选时服务器调用过多,它使UI变慢。有没有一种方法可以过滤数据并且不进行服务器调用。代码是我遵循的示例

https://react-table.js.org/#/story/server-side-data

0 个答案:

没有答案