1

I need to set a different row height for a few items in my grid but it seems to break the layout when I do. Is there a way to do this with slickGrid?

boxelements
  • 193
  • 1
  • 1
  • 7
  • possible duplicate of [Is variable rowheight a possibility in SlickGrid?](http://stackoverflow.com/questions/2805094/is-variable-rowheight-a-possibility-in-slickgrid) – bummi Nov 10 '14 at 22:23
  • possible duplicate of [Can SlickGrid's row height be dynamically altered?](http://stackoverflow.com/questions/10535164/can-slickgrids-row-height-be-dynamically-altered) – violet313 Apr 01 '15 at 21:46

2 Answers2

1

SlickGrid doesn't support variable height rows.

Tin
  • 9,082
  • 2
  • 34
  • 32
  • true. but i have addressed this [here](http://stackoverflow.com/a/29399927/262256) with some custom codes =) – violet313 Apr 01 '15 at 21:38
0

If you're looking for a library similar to SlickGrid, but with variable row height support you may want to consider giving DobyGrid a try: https://github.com/globexdesigns/doby-grid

Ev Haus
  • 1,578
  • 1
  • 11
  • 23