diethardsteiner / bissolTableDataEditor

MIT License
3 stars 2 forks source link

Improvement - Provide a way to support additional field validation #7

Closed codek closed 9 years ago

codek commented 10 years ago

I'd like to see a way of providing additional field validation, i.e. field X which is an INT has valid values 0-10

Ideally this should be server-side validation so it is secure. Perhaps a ktr that validates the whole row, and some sort of standard framework for returning errors etc.

diethardsteiner commented 9 years ago

implemented