0

I am new here using the Sigma Grid. How can I count the rows in Sigma Grid? I just want the number of rows that are appear in my screen.

thanks for advance.

1 Answers1

0

All data present in sigma grid:

var allSelectedRecords = myGrid.dataset.data;

This will give the number of rows present in sigma grid:

allSelectedRecords.length;
Setily
  • 814
  • 1
  • 9
  • 21
LalitKumar
  • 11
  • 2