How can i unstylize a datatable?

How can i unstylize a datatable?

mervemerve Posts: 3Questions: 0Answers: 0
edited December 2012 in General
I need a one column datatable without thead section, without background color, without borders, so it can be seen like a list.

Please do not offer to use list, i need "previous" "next" buttons.

Also when i remove thead section i see error:

"no property found asSorting for undefined"

Replies

  • ulrikeulrike Posts: 39Questions: 1Answers: 0
    Try hiding the THEAD and TFOOT via CSS like so : http://live.datatables.net/edixat/3/edit
    Also, delete the default css.. that should work.
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    thead is mandatory - you cannot simply remove it. Also I don't understand how you could have no thead for just a single column? It must span the whole table.

    Also, please link to a test case showing what you've got so far so we can fully understand the problem: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
This discussion has been closed.