king
2024-01-10 d1dbe184ea1026e20a202ac9f8f7c8c049665ae3
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