Use PreRendered DOM Elements instead of sDOM
Use PreRendered DOM Elements instead of sDOM
Is there a way to not inject the table controls via sDom but instead write those in my html and attach events to
perform their functions or populate them.
Basically would like to have the search input, the results per page, and the pagination. Anyone have an idea of
how to do this without creating DOM elements on dataTables init
perform their functions or populate them.
Basically would like to have the search input, the results per page, and the pagination. Anyone have an idea of
how to do this without creating DOM elements on dataTables init
This discussion has been closed.
Replies
Allan
http://live.datatables.net/akanin/4/edit
http://datatables.net/plug-ins/api#fnLengthChange
http://datatables.net/plug-ins/api#fnPagingInfo
There isn't yet a built in API for those options - there will be in 1.10 :-)
Allan