本文介绍了ReactTable组件中的固定列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我们获得一个较小页面的水平列时,我们可以修复列吗?
Could we fix a column when we get a horizontal column with smaller pages?
例如,我们可以修复这个示例.
For example could we fix the column firstName
in this example.
干杯!
推荐答案
反应表不支持固定列,问题已打开粘性列.但是已经实施了解决方法,您可以找到 github 或 npm包(链接取自线程粘性列).在线演示.感谢GuillaumeJasmin.
react-table does not support fixed columns, issue is opened Sticky columns. But there is already implemented workaround, you can find sources github or npm package (link taken from thread Sticky columns). Online Demo. Thanks to GuillaumeJasmin.
这篇关于ReactTable组件中的固定列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!