Author Topic: Disable maximize Button and set maxHeight Table  (Read 2847 times)

marco.fuhrmann

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 6
    • View Profile
Disable maximize Button and set maxHeight Table
« on: March 30, 2015, 06:57:40 pm »
Hello,

i use the pro-Version.
Is it possible to disable the miximize-button? It`s a functionallity i don`t want to use.

Second i try to set the "maxHeight" of the grid. It were great if it`s possible to use flexHeight and something like maxHeight at the same time.
If the grid has for example only three rows, flexHeight works perfect, but if there are 100 rows, i want to limit the grid-Height (for example 500px).

Thank you and sorry for my english...

Marco

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Disable maximize Button and set maxHeight Table
« Reply #1 on: March 31, 2015, 03:58:09 pm »
1) Maximize button can be disabled by setting collapsible.toggle to false

http://paramquery.com/pro/api#option-collapsible

2) max-height is not supported currently.