79447791

Date: 2025-02-18 09:55:08
Score: 1
Natty:
Report link
To fetch the records after filter and sort operation, use this forEachNodeAfterFilterAndSort() as below:

let result = [];
this.gridApi.forEachNodeAfterFilterAndSort((row)=>{
    result.push(row.data.*columnname*);
  });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: savitha m