Gabriel Liwerant

Results 46 comments of Gabriel Liwerant

`-1` for count should work fine. You can see an example of serverside pagination with the `serverside-pagination` example. Provided you have enough data, you should have enabled pagination buttons. I...

In your example, you're not using the `count` from your state. Therefore, the hardcoded value is never changed when you request more data. Also bear in mind that this library...

I don't think v3 accepts `-1` as a valid value for `count`. You have need to build your own pagination, but hopefully the example will help you.

@snsheth55 The table doesn't use custom ids, you have to do the mapping on your end based on whatever it is you're trying to achieve. Typically, you'd map the `dataIndex`...

I didn't have a chance to look into this. Were you able to determine the issue?

@omarkhaled11 Your help would be greatly appreciated. What I would recommend is forking the project, creating a new branch off of latest `master`, and put your fix in there. Then...

If someone wants to open a PR for this behavior, I will take a look.

If you continue to use `null`, it should still work, but you will get a console deprecation error warning you to change the behavior.

Haha, no worries @larissa-n, issues are issues! I do need to clean a bunch of the out as there are a lot of old ones out there that I think...

Can you post a simple example to codesandbox @hbinkle?