SMART datagrid v1.4 > Classes > GridBase
DataLudi.GridBase.getSortFieldCount method
정렬에 참가한 필드의 수를 리턴한다.
function getSortFieldCount (): Integer;
- Returns
- Integer
Code -1
var sortCount = grid.getSortFieldCount();
consol.log(sortCount + " 개의 필드가 정렬되었습니다.");
- See Also
- getSortDirections
- orderBy
- getSortFields
- DataField.index
- Examples
- 컬럼 정렬