JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › List of Columns in their current order › Reply To: List of Columns in their current order
March 9, 2021 at 10:35 pm
#101585
fgeorgejr
Member
Also, I noticed that I always get stale data that is not up to date when I try something like:
grid.columns.toArray().forEach(function(element) {
console.log(element.visibleIndex + element.dataField);
});
So, what could be the proper way to do this? Any help is much appreciated.