i use the jquery-datatables-editable plugin. i use the add button which popups a form . i see this form could be customized for its UI using the oAddNewRowFormOptions parameter in plugin initialization. however i want to use the jquery tools validator to validate form fields instead of the jquery.validate plugin that the above datatables-editable plugin use by default.
is there a parameter option that i could specify in plugin init so it uses another validator i.e the validator from jquery tools validator?
another question is:
can we have the add button (from above plugin) adds a new table inline editable row instead of the popup form?