-
Notifications
You must be signed in to change notification settings - Fork 36
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
Allow callbacks and/or querysets or some other way of providing deeper data #7
Comments
Thanks!! Can you explain hat you need: an example, a code sample, or even better a pull-request if you need to add some feature! Right now you can hook into the If it's not responding to your need, I can adjust that. |
I got something similar here: http://stackoverflow.com/questions/26338879/use-decorated-methods-property-in-datatables-fields-array-django-eztables |
Hi @noirbizarre and folks. This has also been a issue with me. I wanted to display data defined as So I made a patch. This was the final result: This is how the DataTable was defined:
The present patch does not enable searching from properties or callables, but I don't think it would be a good idea anyway. I'm opening a pull-request. |
Fantastic work and very easy to set up datatables (have it working with tabletools and editor = very nice).
However, I very quickly find myself needing/wanting to be able to pull in data using callbacks/querysets and similar. Is there anyway to do this?
The text was updated successfully, but these errors were encountered: