sync issue fixes, and add more comments.
This commit is contained in:
@ -254,6 +254,12 @@ export class GridDropdownColumn extends GridColumn {
|
||||
return drop;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @param {Map<string, ValueItem>} item
|
||||
* @param {GridColumnDefinition} col
|
||||
* @returns {GridSourceItem[]}
|
||||
*/
|
||||
static _getSource(item, col) {
|
||||
let source;
|
||||
if (col.sourceCache !== false) {
|
||||
|
Reference in New Issue
Block a user