src/tabviews/custom/components/share/normalTable/index.jsx
@@ -566,6 +566,10 @@ pageOptions = pageOptions.sort((a, b) => a - b) } if (setting.maxPageSize) { pageOptions = pageOptions.filter(item => item <= setting.maxPageSize) } let allColumns = null if (colsCtrls) { rowspans = null