Hi Isomorphic,
trying to create a different testcase, I noticed this bug, where there are numbers being cut of in current v12.0p_2019-12-10:
Best regards
Blama
trying to create a different testcase, I noticed this bug, where there are numbers being cut of in current v12.0p_2019-12-10:
Code:
isc.ListGrid.create({ ID: "dsListGrid", width: "100%", height: "100%", autoFetchData: true, dataSource: "supplyItem", showRowNumbers: true });
Best regards
Blama
Comment