Sortable Arrow go to a new line by using jQuery-UI

Sortable Arrow go to a new line by using jQuery-UI

demonicdemonic Posts: 2Questions: 0Answers: 0
edited December 2011 in General
Hello all,

Im have recently using Datatables.
but when i use jQuery UI template, the sortable arrow is go to a new line..
i already upload the screenshot :
http://www.freeimagehosting.net/newuploads/bf36d.jpg or
http://www.freeimagehosting.net/bf36d

my configuration for data table is like this :
[code]




$(function(){
$("#userdata").dataTable({
"bPaginate": false,
"bFilter": true,
"sScrollY": 200,
"sScrollX": "100%",
"sScrollXInner": "110%",
"bScrollCollapse": true,
"bJQueryUI": true,
"oLanguage": {
"sInfo": "",
"sInfoFiltered": ""
}
});
})


[/code]

can somebody help me ?

thx :)

Replies

  • demonicdemonic Posts: 2Questions: 0Answers: 0
    up up :)
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Rather than using demo_table.css, use demo_table_jui.css.

    Allan
This discussion has been closed.