djavaui / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Implementation of the inline editing validation #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good if the plugin would enable validation of the cells while they 
are edited. This would be used in the following scenario:
1. In the setup it should be possible to define validation rules for individual 
columns while they are in the edit mode.
2. If a validation rule for any cell that is edited is not satisfied, error 
label should be shown, and update AJAX request should be stopped.
3. Error label should be shown when validation rule is satified or when user 
cancels editing.

Original issue reported on code.google.com by joc...@gmail.com on 21 Mar 2011 at 9:04

GoogleCodeExporter commented 8 years ago
Issues 1,2,3, and 4 are resolved in the version 1.1.0.

Original comment by joc...@gmail.com on 27 Mar 2011 at 10:34