Hi,
We are looking for js grid library for our project. Actually it will be a mixture of grid and spreadsheet.
One of the crucial criteria is grid’s support of colspans. We should have ability to merge cells within one row, for example to make subheaders in a grid with heterogenous data.
As I can see there is no API for it in jqxGrid. Also it is my understanding that grd’s DOM is built on div’s, not tables, so I can’t play with td’s display and width styles to meet our requirements.
Please tell me if there is workaround,
Thank you