Unplanned
Last Updated: 12 Aug 2021 10:30 by ADMIN
Marian
Created on: 26 Jan 2018 10:27
Category: Grid
Type: Feature Request
3
Support TYPE in DataResult (speciallly GridDataResult)
Support TYPE in DataResult (speciallly GridDataResult)


In state you would like to do something like:


export interface SomethingState {
  loading: boolean;
  success: boolean;
  data: GridDataResult<XYZ>
}


it would be State with data: XYZ[].
0 comments