Hi Klaudeta,
Thanks for this wonderful component.
Is there a way, [this]
(https://stackoverflow.com/questions/62061435/vaadin-flow-grid-with-row-index/62061436#62061436) can be achieved in your version of grid too ?
Hi Klaudeta,
Thanks for this wonderful component.
Is there a way, [this]
(https://stackoverflow.com/questions/62061435/vaadin-flow-grid-with-row-index/62061436#62061436) can be achieved in your version of grid too ?
Hi,
new version 2.0.6 has sorting feature available. While for the preserving of the indexes of the first column while sorting (as shown in the link), I think that is not within the GridPaginator scope. Probably with some hackings on the standard grid and/or DataProvider you might achieve that behavior.
Kind regards,
K
Thanks for the reply.
I was able to mimic the same stackoverflow solution. Now it’s working.