Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
This line "self.intf.getColumnWidth = self.getColumnWidth;" is missing from the intf.js code and needs to be added in the next public build in order for getColumnWidth to work.
when using
var gd = document.getElementById(id); var wd = gd.getColumnWidth <-- this is always undefined
getColumnWidth is always undefined and most other methods work as expected.
It seems that that method may not be set to public.