mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Different row Height #1221

Open HumanBeingAll opened 2 years ago

HumanBeingAll commented 2 years ago

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.

6pac commented 2 years ago

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