Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Problem with Cursor_ID in Datatables #17

Open
tomscag opened this issue Feb 11, 2020 · 0 comments
Open

Problem with Cursor_ID in Datatables #17

tomscag opened this issue Feb 11, 2020 · 0 comments

Comments

@tomscag
Copy link

tomscag commented Feb 11, 2020

When more than 10000 rows are requested it seems that the extra field Cursor_ID is generated, and this error appear
'Brace indexing is not supported for variables of this type',
and this is understandable because he expects a cell array but a simple char is generated.
Then how to deal with these kind of situations? I think I should use the Cursor_ID to get the remaining part but I don't know how and the code does not seem to deal with these kind of request

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant