Constructors
The GentableContext provides full access to the GentableGridModel,
GentableGridColumnModel and the
GentableGridRowModel. It also provides basic functions like
copyRow, moveRow and resetSelection.
Methods
-
getCustomContainerCenter(){jQuery}
-
Returns a jQuery reference to a div that is rendered between the gentable toolbar and the gentable that can be filled with custom html.
- Since:
- 5.0d
Returns:
Type Description jQuery Container that can be modified -
getCustomContainerNorth(){jQuery}
-
Returns a jQuery reference to a div that is rendered above the gentable toolbar that can be filled with custom html.
- Since:
- 5.0d
Returns:
Type Description jQuery Container that can be modified -
getCustomContainerSouth(){jQuery}
-
Returns a jQuery reference to a div that is rendered beneath the gentable that can be filled with custom html.
- Since:
- 5.0d
Returns:
Type Description jQuery Container that can be modified -
getGridModel(){GentableGridModel}
-
Returns a gentable grid model.
- Since:
- 5.0a
Returns:
Type Description GentableGridModel A gentable grid model