Hello Isomorphic,
looking at the 13.1d docs I noticed the new ListGrid.getRowRangeDisplay() and was wondering how to use this.
I tried it here (SNAPSHOT_v13.1d_2024-05-28) with this code, but apparently this is not correct:
I assume this is to have the label from this sample out of the box without any code. If so, this is of course great.
Could you add a sample using rowRangeDisplay and also the new rowCountStatus, which I think is related?
Best regards
Blama
looking at the 13.1d docs I noticed the new ListGrid.getRowRangeDisplay() and was wondering how to use this.
I tried it here (SNAPSHOT_v13.1d_2024-05-28) with this code, but apparently this is not correct:
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", height: "100%", autoFetchData: true, dataSource: "supplyItem", gridComponents : ["filterEditor", "header", "body", "summaryRow", "rowRangeDisplay"], rowRangeDisplayStyle:"full" });
Could you add a sample using rowRangeDisplay and also the new rowCountStatus, which I think is related?
Best regards
Blama
Comment