webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Invalidate Cell #56

Closed ltlu closed 7 years ago

ltlu commented 10 years ago

When I add a new row, I would like to invalid some cells to let the user know that she needs input data there. How do I add a validator for IPV4 addresses?

Thanks,

ltlu