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