Pagenated editable grid

Certified Senior Developer

I have to create a pagenated editable grid . But editable grid(a!gridLayout) don't have pagingInfo as we use in a!gridField() and as per the requirement editable grid should have pagenation working  in the same way as paging grid have

  Discussion posts and replies are publicly visible

Parents
  • Unfortunately for editable grids there is no out of the box configuration available for sorting or paging. This can implemented by having icons/images alongside the grid component and updating the data subset when these interacted with. That being said it requires a lot of custom coding which is not recommended from code maintenance point of view.

    I would suggest looking at other options when designing your user experience. For example, you could make the grid a paging grid, but allow the user to select a row. When they select a row, a field appears above or below the grid that allows the user to edit the information in that row. Hope this helps.
Reply
  • Unfortunately for editable grids there is no out of the box configuration available for sorting or paging. This can implemented by having icons/images alongside the grid component and updating the data subset when these interacted with. That being said it requires a lot of custom coding which is not recommended from code maintenance point of view.

    I would suggest looking at other options when designing your user experience. For example, you could make the grid a paging grid, but allow the user to select a row. When they select a row, a field appears above or below the grid that allows the user to edit the information in that row. Hope this helps.
Children
No Data