Hide Select Box that appears after hiding headers in table view
Posted: 2024-06-12 16:40
I needed to hide the headers of a table in table-view, so I have used the code: $options->ShowTableHeader = 0; but this makes a select box to appear. This select box is inside the div with class: pull-right. Does somebody know how to hide this select box?