Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Value

Description

visibleRowCountMode

Auto

Defines how the table handles the visible rows in the table.

In the "Auto" mode, the visibleRowCount property is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container), but it cannot have less than defined in the minAutoRowCount property. The visibleRowCount property cannot be set manually.

minAutoRowCount

1

This property is used to set the minimum count of visible rows when the property visibleRowCountMode is set to Auto or Interactive. For any other visibleRowCountMode, it is ignored. Default value is 5.

...