TreeView.addRows

Add an array of rowr to the tree view.

class TreeView
addRows
(
this T
)

Parameters

rows TreeViewRow[]

The rows to add.

Return Value

Type: auto

This widget to aid method chaining.

Meta