I have create a multi-company shopping cart system, and follow the sample code to fetch the data from RestController, everything work fine, just one thing is the table show "filtered from X total entries" on left-bottom side, it is quite sensitive information , since it disclose how many orders in the database table.
How I do hide it and I wonder I already used Specification to filtered on server-side, why Datatable/JPA still return the rows count to clients side?
Thanks.
I have create a multi-company shopping cart system, and follow the sample code to fetch the data from RestController, everything work fine, just one thing is the table show "filtered from X total entries" on left-bottom side, it is quite sensitive information , since it disclose how many orders in the database table. How I do hide it and I wonder I already used Specification to filtered on server-side, why Datatable/JPA still return the rows count to clients side? Thanks.