Table Widget


Source


Event Handling
Example

Last updated
Was this helpful?





Last updated
Was this helpful?
Was this helpful?
//Example
[{
"ID":1,
"Name":"John"
},
{
"ID":2,
"Name": "Andrew"
},
{
"ID":3,
"Name":"Peter"
}]
// Here, ID and Name will be the Table Headers. And each Json object of the given
array is consided as unique row in table.[
{
"ID": "121",
"Name": "John"
},
{
"ID": "S122",
"Name": "Andrew"
},
{
"ID": "S123",
"Name": "Peter"
}
]
// Here, ID and Name will be the Table Headers. And each Json object of the given
array is consided as unique row in table.