Sortable Arrow go to a new line by using jQuery-UI
Sortable Arrow go to a new line by using jQuery-UI
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 :)
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 :)
This discussion has been closed.
Replies
Allan