SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

Different row Height

Open HumanBeingAll opened this issue 4 years ago • 1 comments

There is no way to set different row height for different row. There should be something like rowheight for individual row so that we can set different row height for different row instead of a single rowHeight for all rows.

HumanBeingAll avatar Aug 28 '21 05:08 HumanBeingAll

This has been discussed at length. Because of the calculations used to determine row position, rows need to be the same height. Some people use Slickgrid for huge numbers of rows (hundreds of millions or more). Imagine trying to keep track of custom row heights for that number of rows.

Note also that this repo is dead: the active project repositry is: https://github.com/6pac/SlickGrid

6pac avatar Aug 28 '21 23:08 6pac