-
-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Labels
bug fixSomething isn't workingSomething isn't working
Description
Hi,
Im trying to update the pagination limit but the custom plugins i added before disappear after updateConfig * forceRender:
let pn = {
enabled: true,
limit: this.getPerPage(),
summary: true,
server: {
url: (prev, page, limit) => `${prev}¤t_page=${page+1}`
}
};
grid.updateConfig({pagination: pn});
grid.forceRender();
it also does not matter what i put in the updateConfig as value. All the plugins will disappear. How can i fix this?
Metadata
Metadata
Assignees
Labels
bug fixSomething isn't workingSomething isn't working