Skip to content

Conversation

@SoftCreatR
Copy link
Contributor

Properties such as pageNo, sortField, and sortOrder are available in MultipleLinkPage, but they are not exposed in the new AbstractGridViewPage implementation. There’s no clear justification for limiting access to these attributes.

As a developer, I may need direct access to these properties, for example, to persist user preferences, implement custom pagination or sorting behavior, or synchronize state between the frontend and backend. Therefore, it would be beneficial to make these properties accessible (e.g., through protected or public getters), ensuring greater flexibility and consistency with the previous implementation.

Properties such as **`pageNo`**, **`sortField`**, and **`sortOrder`** are available in **`MultipleLinkPage`**, but they are not exposed in the new **`AbstractGridViewPage`** implementation. There’s no clear justification for limiting access to these attributes.

As a developer, I may need direct access to these properties, for example, to persist user preferences, implement custom pagination or sorting behavior, or synchronize state between the frontend and backend. Therefore, it would be beneficial to make these properties accessible (e.g., through protected or public getters), ensuring greater flexibility and consistency with the previous implementation.
@SoftCreatR SoftCreatR closed this Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant