Denald Hushi

Results 10 comments of Denald Hushi

Is this issue fixed @js87zz ?

Do you have any channel where can I chat with you?

The pagination doesn't work due to this error https://github.com/tsolucio/corebos/issues/1033 We can fix that if we modify a bit the file `tui-grid.js` with that change in line: 3472 ```js if (instance_1.getDataManager(id))...

@Luke1982 look at [this page](https://nhn.github.io/tui.pagination/latest/Pagination) Maybe this will help us to build a custom pagination.

Now pagination is related directly with grid by [this option](https://github.com/tsolucio/corebos/blob/denormlv/include/js/ListViewJSON.js#L344-L346). it is not separated component. I think what we have to do is to init a new instance of pagination...

I am not sure @Luke1982. I just tried it with some static data's and added option: `useClient: true` and the pagination works correct. ```js data: [ { account_no: 1, accountname:1,...

![1](https://user-images.githubusercontent.com/20266205/115605532-edbfa300-a2e2-11eb-8ab3-f574818e5546.png) I updated tui-grid in the branch of module builder also, which use readData API, and there is not working pagination also. @joebordes where we are using `readData` API in...

Fixed: https://github.com/tsolucio/corebos/pull/1037/commits/525c165234207021d63417e391fde65269f8e4f0