Hi,
I want to do the mandatory check for some of the fields in handson table on click of submit button /save button?
How to do this?
I had 4000/5000 records/rows with 95 columns each, So iterating over these so many records will have performance issue…
So I am looking for some feasible solutions how to do mandatory/null check on click of the submit/save button.
Thanks