Editor 1.5.2 Horizontal Scroll bars do not appear
Editor 1.5.2 Horizontal Scroll bars do not appear
monkeyboy
Posts: 60Questions: 19Answers: 0
Here is my initialization code
editor = new $.fn.dataTable.Editor( {
"scrollx": true,
"bScrollCollapse": true,
ajax: "/components/com_insight/forms/ajax.php",
table: "#myTable",
fields: [ {
label: "Label #1: ",
name: "Name1"},{....
The table is 57 columns wide
Any help would be appreciated
This discussion has been closed.