Commit 9aeacc1b by zhaochengxiang

protabele columnempty text

parent bbb6189b
...@@ -106,6 +106,7 @@ const ConstraintDetailDrawer = (props) => { ...@@ -106,6 +106,7 @@ const ConstraintDetailDrawer = (props) => {
setting: false, setting: false,
reload: false, reload: false,
}} }}
columnEmptyText={false}
sticky sticky
/> />
</Drawer> </Drawer>
......
...@@ -697,6 +697,7 @@ const ImportActionIndex = (props) => { ...@@ -697,6 +697,7 @@ const ImportActionIndex = (props) => {
setting: false, setting: false,
reload: false, reload: false,
}} }}
columnEmptyText={false}
sticky sticky
/> />
</Form> </Form>
......
...@@ -807,6 +807,7 @@ const ImportActionTable = (props) => { ...@@ -807,6 +807,7 @@ const ImportActionTable = (props) => {
setting: false, setting: false,
reload: false, reload: false,
}} }}
columnEmptyText={false}
sticky sticky
expandable={{ expandable={{
columnWidth: 0, columnWidth: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment