cion
This commit is contained in:
@@ -43,6 +43,7 @@ export default class TableStore {
|
||||
this.method = options.method || 'GET'
|
||||
this.table.column = options.column
|
||||
this.table.resetCallback = options.resetCallback || null
|
||||
this.table.loadCallback = options.loadCallback || null
|
||||
Object.assign(this.table.params, options.params)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user