can we use procedures in django data-tables to display data

Issue #68 closed
Former user created an issue

I have used BaseDatatableView for data-table.I have used django-orm queries while working with BaseDatatableView.But when i tried to call a procedure it is showing error.My requirement have changed from queries to stored procedures.How can i achieve that?

Comments (2)

  1. Maciej Wisniowski repo owner

    You can override methods used to retrieve/filter data provided by the base DatatableMixin class to use stored procedures etc. (have a look at the get_context_data method to see what is called in order). How to call stored procedures and how to filter data using these is out of scope of django-datatables-view.

  2. Log in to comment