tablex icon indicating copy to clipboard operation
tablex copied to clipboard

virtualized and extendable table component for React

Results 6 tablex issues
Sort by recently updated
recently updated
newest added

把官方demo复制粘贴到项目运行控制台报这个错误 `DataList.js:451 Uncaught TypeError: (0 , _react.memo) is not a function at eval (DataList.js:451) at Object. (bundle.js:8596) at __webpack_require__ (bundle.js:557) at fn (bundle.js:88) at eval (Table.js:16) at Object. (bundle.js:8554) at...

![2020-05-29 15-59-58 2020-05-29 16_00_47](https://user-images.githubusercontent.com/17228552/83236424-179d4200-a1c6-11ea-967c-393126a8ab5e.gif) Chrome version(latest): 83.0.4103.61 Safari version 11.1.2 (13605.3.8) Safari screenshot as below: ![2020-05-29 17-17-06 2020-05-29 17_18_08](https://user-images.githubusercontent.com/17228552/83243486-8bdce300-a1d0-11ea-92e0-882921512c85.gif) btw, Firefox works well

如题,麻烦问一下支持编辑单元格嘛

类似 antd ,JSX风格看上去直观 ![image](https://user-images.githubusercontent.com/20025971/75873814-90049900-5e4b-11ea-9d60-e88c6c0a930e.png) ---补充 [【补充实现Demo】](https://stackblitz.com/edit/react-de2z1q?file=JSXTable.js)

支持对某列数据进行筛选的功能吗?