Use disabled features?

Use disabled features?

esbenboyeesbenboye Posts: 5Questions: 1Answers: 0

I'm currently working on a table, where i want to disable the default searchbox and the default ordering buttons and replace them by some custom ones outside the table. I've disabled the features, by setting info, paging, searching and order to false when creating the table.
This is done to prevent the default searchbox, info and paging info from showing. All I'm really is interested in, is to let the table look like a regular table, and then be able to control the table through the api.

Unfortunatly, setting these properties to false, seems to disable the functionality entirely, so I can't use $("#targetTable").DataTable().order(10,'desc').draw() or $("#targetTable").DataTable().column(0).search('here be search').draw();

Like I said, what i'm trying to pretty much disable the default boxes and listeners, and then make my own, entirely controlled through the api.

Any thoughts?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.