【发布时间】:2020-12-20 02:20:06
【问题描述】:
如何在滚动过程中固定屏幕上的列?使用 Mui-datatables 库,如 doc 上的数据表。 doc
mui-datatables 中有一个 fixedSelectColumn 属性,但我无法选择列或配置滚动。
我的选择:
const options = {
filter: true,
filterType: 'multiselect',
textLabels : TextLabels,
responsive: 'scroll',
fixedHeader: true,
tableBodyHeight: '100%',
selectableRows: false,
fixedSelectColumn: true,
};
【问题讨论】:
标签: reactjs mui-datatable