Jsgrid: Insert custom headers into grid.

Created on 25 Aug 2017  路  2Comments  路  Source: tabalinas/jsgrid

Is it possible to insert custom rows (headers basically) into a grid, example below is grouped by country which produces the headers.

screenshot

I know it is possible with multiple grids to achieve this but was curious if it was possible with just 1 grid?

Thanks

question

All 2 comments

Check out this issue taking about grouping https://github.com/tabalinas/jsgrid/issues/223

The issue under #223 talks about subgrids, I don't think that is a good solution.
When I look at other grid solutions you can simply add it to the options like:
jsGrid({
...
grouping: true,
groupingview: {
groupfield: ["name"],
grouptext: ["{0}"].
groupcollapse: false
...
}
...
})

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andymacourek picture andymacourek  路  3Comments

flyinmryan picture flyinmryan  路  3Comments

julmarci picture julmarci  路  4Comments

am2222 picture am2222  路  4Comments

julmot picture julmot  路  3Comments