Can you set seed number for Row Header counter?

Tags: #<Tag:0x00007f0b0fe85b40>

I am dynamically paging results from server into grid. I like the row headers, however, for each page, it starts from 1 again as the user pages the results.

Is there any way to set a “start” or seed number for the row header to count from? That way, as they are paging from 1 to 50 to 100 to 150, etc…the row header reflects returned number of rows.

Is there a work around for this? Thx

there is no option like that but you can use updateSettings to change rowHeaders.

Could you give a quick example of what I would change for Rowheaders through updateSettings?
Would I provide an array of new Rowheader numbers?

here’s the example https://jsfiddle.net/gksbeh6d/ data is a local array but I hope that it shows the concept

Yep, makes sense…thx