sync issue fixes, and add more comments.

This commit is contained in:
2024-02-19 17:32:11 +08:00
parent 3fd1b5982a
commit 7770aa10a0
6 changed files with 762 additions and 788 deletions

View File

@ -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) {