Idea ID: 2752965

Allow filtering on table components

Status: Delivered

Would like to be able to allow filtering on table component data.

As tables get large, users would like to be able to filter the rows displayed based on specific values entered in one or more table component columns.

This functionality is commonly used in Excel and users would like similar functionality in the table component.

 

  • Opening the idea to votes.

    If/when we implement this idea, it'll be by leveraging the new grid library recently applied to Financial Summary in 9.55 (ag-grid) and apply it to the Table Component.  Filtering, Sorting & Grouping capabilities are built in, and we can even add rows streaming as you scroll down the table instead of the current manual "next page" navigation.

    However, the main problem here is to get the TC rules to trigger properly, as well as include all the PPM Validation fields inside ag-grid, which is a massive & impactful effort.