Hello Pmease admin,
Due to security policy. We are required to hide all user information in Administrator/ User Management. I've checked and found that there are EntityDataTable is added in here
final EntityDataTable dataTable = new EntityDataTable("users", columns, provider, 20)
dataTable.addTopToolbar(new AjaxFallbackHeadersToolbar(dataTable, provider));
dataTable.addTopToolbar(new SearchNavToolbar(dataTable));
dataTable.addBottomToolbar(new SearchNavToolbar(dataTable));
add(dataTable);
with columns includes all user information field.
How can I hide all row data and keep column field only for user is display when user search in search bar.
Thank you for your support.