king
2022-02-14 2504ff3e6e7143d3afba45527ef00b173376f7f8
src/tabviews/zshare/normalTable/index.jsx
@@ -216,7 +216,11 @@
          }
        }
        
        _columns.push(cell)
        if (item.type === 'action' && item.position === 'left') {
          _columns.unshift(cell)
        } else {
          _columns.push(cell)
        }
      })
  
      if (rowspans.length === 0) {