I want to set data with data method(data), but I want to tell different total that is the size of array. Something like this:
dataSource.data({ data:
this
.asArray, total:
this
._rowCount});
How can I do that without setting transport option?
I want to set data with data method(data), but I want to tell different total that is the size of array. Something like this:
dataSource.data({ data:
this
.asArray, total:
this
._rowCount});
How can I do that without setting transport option?