Namespace sap.ui.table.TreeAutoExpandModeModule: sap/ui/table/TreeAutoExpandMode


Different modes for setting the auto expand mode on different tables (Analytical-, TreeTable, ...)

Field Summary
sap.ui.table.TreeAutoExpandMode.BundledIf supported by a backend provider with analytical capabilities, the requests needed for an automatic node expansion are bundled.
sap.ui.table.TreeAutoExpandMode.SequentialTree nodes will be expanded in sequence, level by level (Single requests are sent)
Field Detail
sap.ui.table.TreeAutoExpandMode.Bundled
If supported by a backend provider with analytical capabilities, the requests needed for an automatic node expansion are bundled.
sap.ui.table.TreeAutoExpandMode.Sequential
Tree nodes will be expanded in sequence, level by level (Single requests are sent)