Fix itemTreeManager typo
This commit is contained in:
parent
76c1db33e9
commit
836c8718b0
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class ItemTreeManager {
|
|||
* Add a new column or new columns.
|
||||
* If the options is an array, all its children must be valid.
|
||||
* Otherwise, no columns are added.
|
||||
* @param {ItemTreeCustomColumnOptions | ItemTreeColumnOptions[]} options - An option or array of options to add
|
||||
* @param {ItemTreeCustomColumnOptions | ItemTreeCustomColumnOptions[]} options - An option or array of options to add
|
||||
* @returns {string | string[] | false} - The dataKey(s) of the added column(s) or false if no columns were added
|
||||
*/
|
||||
_addColumns(options) {
|
||||
|
|
Loading…
Add table
Reference in a new issue