MasterDataTableRows
Function Description
Master Data Table Rows entity.
Parameter
Parameter | Type | Remarks |
---|---|---|
RecordDatas | List<Dictionary<string, object>> |
record data in current page |
Pages | int | total page number |
Rows | int | total row number (not row number of current page) |
Sample
{
"RecordDatas": [
{
"_id": "616fce96bc33de9c3ce5d299",
"ColName1": "row1",
"ColName2": 1,
"ColName3": false,
"ColName4": "2021-10-19T16:00:00Z",
"OrganizationCode": "DCTwo",
"CategoryName": "TestTable"
}
],
"Pages": 1,
"Rows": 1
}