Fatal Error: Object of class DataTables\Editor\ValidateOptions could not be converted to string in
Fatal Error: Object of class DataTables\Editor\ValidateOptions could not be converted to string in
Hello,
I am receiving following error
"Object of class DataTables\Editor\ValidateOptions could not be converted to string in".
->validator( Validate::maxNum(7,
ValidateOptions::inst()
->message('Maximum size is 7'))
This discussion has been closed.
Replies
Try adding
newbeforeValidateOptions- see examples here.Cheers,
Colin
Also
maxNumhas the following signature:You are missing the decimal character.
Allan