Hi, I have a dataTable with input field of type number. It should only allow values greater than 0 , however the validation isn't happening and the data gets submitted even with negative numbers. How can I make validation to work on the dataTable?
Here is the link to the fiddle : https://jsfiddle.net/s3hLdjv9/2/