Signed-off-by: ryjiang <jiangruiyi@gmail.com>
@@ -188,6 +188,7 @@ const Properties = (props: PropertiesProps) => {
<Box sx={{ height: '100%' }}>
<AttuGrid
toolbarConfigs={toolbarConfigs}
+ addSpacerColumn={true}
colDefinitions={colDefinitions}
rows={data}
rowCount={total}
@@ -253,6 +253,7 @@ const Users = () => {
rows={result}
primaryKey="username"
showPagination={true}
selected={selectedUser}