如何在滚动期间固定屏幕上的列?使用 Mui-datatables 库,如 doc 上的数据表。文档
在mui-datatables中有一个 fixedSelectColumn 属性,但我无法选择列或配置滚动。
我的选择:
const options = {
filter: true,
filterType: 'multiselect',
textLabels : TextLabels,
responsive: 'scroll',
fixedHeader: true,
tableBodyHeight: '100%',
selectableRows: false,
fixedSelectColumn: true,
};