Bind different events
Bind different events
54696d20
Posts: 75Questions: 18Answers: 0
Could I make something like this using DT? I saw DOM positioning (which is not needed for this), but nothing really pointing out if I could remove { filter } { length } { info } { paging } and add my own style and have it work the same.
Thanks again!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use
dom
to remove those items then create your own. The following can be used for each function:search()
page.len()
page.info()
Kevin
You the man!! Thanks for the information