src/tabviews/subtabtable/index.jsx
@@ -697,7 +697,7 @@ } render() { const { config, setting, searchlist, actions, columns, loadingview, viewlost, triggerBtn, chartId } = this.state const { config, setting, searchlist, pageSize, actions, columns, loadingview, viewlost, triggerBtn, chartId } = this.state return ( <div className="subtabtable" id={'subtabtable' + this.props.MenuID}> @@ -751,6 +751,7 @@ config={config} setting={setting} columns={columns} pageSize={pageSize} data={this.state.data} total={this.state.total} memberLevel={this.props.memberLevel}