使用react-sortable-hoc与react-virtualized Grid

时间:2017-10-20 10:52:57

标签: react-virtualized react-sortable-hoc

我想将react-sortable-hocreact-virtualized's Grid一起使用,其中行可以排序。我无法使用List因为我有多个列而我无法将其与Table一起使用,因为我的列数太多,因此需要水平滚动。

我面临的问题是网格没有rowRenderer回调,因为表格或列表有(cellRenderercellRenderer),因此我不知道知道包裹SortableElement的内容。

我会很感激这种用法的任何想法或例子吗?

1 个答案:

答案 0 :(得分:1)

我最终将其作为cellRangeRenderer实现 - 请参阅我对此GitHub问题的评论:https://github.com/clauderic/react-sortable-hoc/issues/295#issuecomment-344070823