Search results

DataStateChangeEventArgs API in Angular TreeGrid API component

Properties

action

PageEventArgs | GroupEventArgs | FilterEventArgs | SearchEventArgs | SortEventArgs

Defines the grid action details performed by paging, grouping, filtering, searching, sorting

aggregates

Object[]

Defines the aggregates object

cancel

boolean

Cancel the row expanding action

childData

ITreeData[]

Defines the child records for the respective parent row

childDataBind

Function

Defines the resolve function for the promise.

count

boolean

If count is set true, then the remote service needs to return records and count

data

Object

Defines the parent row data.

dataSource

Function

Defines the checkbox filter dataSource

group

string[]

Defines the grouped field names

requestType

string

Defines the expand or collapse request for the parent record.

row

HTMLTableRowElement

Defines the parent row element.

Defines the search criteria

select

string[]

Defines the selected field names

skip

number

Defines the skip count in datasource record

sorted

Sorts[]

Defines the sorted field and direction

table

string

Defines the remote table name

take

number

Defines the page size

where

Predicate[]

Defines the filter criteria