Hi,
Is there a way to get column name by column index in H5 script?
I am in APS200/B panel, I'd like to check column names for all the columns.
Regards,
Kirill
better:
this.grid.getColumns().map((item) => {
alert(item.filterFld); })