Open ZZINY opened 7 years ago
https://github.com/ax5ui/ax5ui-grid/blob/master/API.md#ax5grid.focus 여기 참고하시구요.
var searchIndex = ax5.util.search(myGrid.list, function () {
return this["itemKeyName"] == "X";
});
https://github.com/ax5ui/ax5core/blob/master/API-ax5-util.md#ax5utilsearch
답변감사합니다. 많은 도움이 되었습니다.
안녕하세요?