Interface DividerOptions

When the grid draws the various sections, it draws dividers between the sections. This options allows you to control which dividers are drawn. The default is to draw all dividers.

Hierarchy

  • DividerOptions

Properties

body?: boolean

The flag to draw the divider above the footer. The default is true.

filter?: boolean

The flag to draw the divider above the pager. The default is true.

footer?: boolean

The flag to draw the divider above the footer. The default is true.

header?: boolean

The flag to draw the divider above the header. The default is true.

leftLocked?: boolean

The flag to draw the divider above the after the left locked section. The default is true.

rightLocked?: boolean

The flag to draw the divider above the before the right locked section. The default is true.

toolbar?: boolean

The flag to draw the divider above the pager. The default is true.

Generated using TypeDoc