Vertical SearchPanes example

Vertical SearchPanes example

tacman1123tacman1123 Posts: 181Questions: 41Answers: 1

I'm trying to move the searchPanes to the left of my table, and doing something wrong. I was hoping to find a live example of

https://datatables.net/extensions/searchpanes/layout#Displaying-Panes-Vertically

In the process, I found this old thread:

https://datatables.net/forums/discussion/56025/move-searchpane-outside-of-the-datatables-stacked-to-the-left-of-datatables

Which points to this live example:

https://cdn.datatables.net/plug-ins/preview/searchPane/vertical.html

But that appears to be using an older version, called searchPane (without the "s"), and has a container property. I'm guessing this doesn't exist anymore.

Is there a live example of searchPanes on the side of the table? I think I've done something wrong in the HTML, probably an ID or class, simply setting the dom to

dom: '<"dtsp-verticalContainer"<"dtsp-verticalPanes"P><"dtsp-dataTable"frtip>>'

isn't enough, since I need to define those properties somewhere, I think.

Thanks.

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.