Bootstrap-table: data-response-handler="responseHandler"

Created on 28 Jul 2016  路  2Comments  路  Source: wenzhixin/bootstrap-table

look
id="table"
data-response-handler="responseHandler"
>
if the function responseHandler(){} is not exists would be error

because
var calculateObjectValue = function (self, name, args, defaultValue) {
.........
if (!func && typeof name === 'string' && sprintf.apply(this, [name].concat(args))) {
return sprintf.apply(this, [name].concat(args));
}
return defaultValue;
};

awaiting reply help-wanted

Most helpful comment

Why you define data-response-handler="responseHandler", but responseHandler function does not exist?

All 2 comments

Why you define data-response-handler="responseHandler", but responseHandler function does not exist?

Close this issue because there is no any response in 7 days, if the problem exists reopen it and provide a jsFiddle, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hello-code picture hello-code  路  29Comments

btran1802 picture btran1802  路  30Comments

havok2063 picture havok2063  路  39Comments

marcelod picture marcelod  路  16Comments

Valery1991 picture Valery1991  路  31Comments