I am having problems with a table

I am having problems with a table

msincanmsincan Posts: 3Questions: 0Answers: 0
edited April 2012 in General
I can't reproduce this error or pinpoint the exact cause. I view my data in Excel and in text and there is nothing that jumps out at me.
From what I read it looks like this error may be caused by header -row length mismatches but I am pretty sure htis is not the case with my data.

DataTables warning (table id = 'varmd_table'): Requested unknown parameter '77' from the data source for row 32
Upload complete - debug code: iduvir
http://debug.datatables.net/iduvir

Thanks for your help

Replies

  • msincanmsincan Posts: 3Questions: 0Answers: 0
    I had to solve the problem myself. The problem is I believe due to django template incompatibility. If I create the table in the djago template I get this error but if I create the html in my view and pass it to the template with {{mytable|safe}} the error disappears.
This discussion has been closed.