searchPanes.threshold
自:SearchPanes 1.0.0
设置列中唯一值与总数的最小比率,以便显示其窗格。
请注意 - 此属性需要 SearchPanes DataTables 扩展。
描述
此选项是 DataTables 2+ 应首选的 searchPanes.threshold
的别名。它可用于配置 SearchPanes,无论窗格是如何插入到文档(layout
或 searchPanes
)。
请参阅 searchPanes.threshold
的文档以详细了解此选项。
类型
默认
- 值:
0.6
searchPanes.threshold
参数的默认值是 0.6
。
范例
更改唯一性比率的阈值
new DataTable('#myTable', {
layout: {
top1: 'searchPanes'
},
searchPanes: {
threshold: 0.4
}
});
相关
以下选项直接相关,并且在你的应用程序开发中可能也有用。