-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to search or sort columns with processor but no sources #249
Comments
I'm finding contradictions in the exampleapp notes. Here it says you can't sort (or search) if you have no db field as a source:
While here it says you can sort in-memory even if the sources represents a method:
I tested and sorting works if I put a method as the source... but if that works in-memory why does searching not work ?? |
What's really bothering me is I remember testing searching on computed columns and it seemed to work... did I break something or is it simply not supported and I hallucinated lol? |
Eh, I disabled server-side as a work-around. Maybe I had server-side disabled when I hallucinated. Anyways, this is lame I understand that 'performance' issues is a concern but we should have the option to enable in-memory searching just like in-memory sorting is available. I'll either build my own in-memory sorting, try to survive without server side or if all else fails I'll convert these virtual columns into real columns. I'm sure no one cares since but I had to rant somewhere :P |
Am I missing something? I was under the impression for such cases, the DataTable will do the sort/search on a list using python but it's actually not doing anything
The text was updated successfully, but these errors were encountered: