Filtering with non python objects

Issue #42 closed
Former user created an issue

is there a way to get datatables view to display a list of lists instead of a python object?

Comments (4)

  1. Maciej Wisniowski repo owner

    In order to do that you'll have to override specific methods eg to filter or serarch through the list instead of database (ORM)

  2. jcolombo24

    thanks - I'm having trouble getting a list of lists to display after I create a custom filter.. The list is created- but the count function in get context data does not seem to work (because it's not an object)

  3. Log in to comment