Hi,
We are using HandsonTable with Angular. and
We are getting cell settings from external json, like below.
{
“columns”:
[
{
“name”:“test”,
“age”:“23”
},
{
“name”:“test”,
“age”:“23”
}
],
settings:[
“name”:{
“type”:string,
“isRequired”:true,
“length”:30
},
“age”:{
“type”:numeric,
“isRequired”:true,
}
]
}
From the above seetings, we are try to validate our cells on load and on save.
Now, we need to validate the cells is required/mandatory on load and save also…
is beforeCellValidate hook is right place to write those validation?
or do we need to write custom renderer method?
Kindly suggest,
If any sample code is available, Please provide those samples.
Thank you
Prabu Kuppusamy