finos / vuu

Vuu - an open source view server and html 5 based UI system
https://vuu.finos.org
Apache License 2.0
38 stars 27 forks source link

Support using table data for row permission filter rather than view port data #1413

Open naleeha opened 1 week ago

naleeha commented 1 week ago

RowPermissionFilter currently calls the RowPermissionChecker with view port data There are usecases where RowPermissionChecker need to check on a table data that is hidden on the view port

May need to support both usecases