|
@@ -38,6 +38,7 @@
|
|
|
rightFixedColumns: false,
|
|
|
rightFixedNumber: 0,
|
|
|
queryParams: $.table.queryParams,
|
|
|
+ rowStyle: {},
|
|
|
};
|
|
|
var options = $.extend(defaults, options);
|
|
|
$.table._option = options;
|
|
@@ -76,6 +77,7 @@
|
|
|
rightFixedColumns: options.rightFixedColumns,
|
|
|
rightFixedNumber: options.rightFixedNumber,
|
|
|
queryParams: options.queryParams,
|
|
|
+ rowStyle: options.rowStyle,
|
|
|
columns: options.columns,
|
|
|
responseHandler: $.table.responseHandler,
|
|
|
onLoadSuccess: $.table.onLoadSuccess,
|