documents error functoin

This commit is contained in:
Francisco Dans 2015-04-15 11:27:10 +02:00
parent 64d05276ae
commit ee07260d7b

View File

@ -90,6 +90,7 @@ This should be ```string``` encoded in Javascript.
| Method | options | returns | Description |
|-----------|:-----------|:----------|:---------------------------------------|
| ```setSQL(sql statement)``` | ```SQL string``` | ```this``` | Change the SQL on the data table |
| ```error(callback)``` | ```callback function with a list of errors as argument``` | ```this``` | specifies a callback function to run if there are query errors |
##### SQL Example