mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
Fixed a bug for sortable table
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ad9e45151e
commit
1132139474
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ $.fn.xeSortableTable = function(){
|
||||||
|
|
||||||
// get offsets of all list-item elements
|
// get offsets of all list-item elements
|
||||||
offsets = [];
|
offsets = [];
|
||||||
$table.find('tbody>tr:not([target],.sticky)').each(function() {
|
$table.find('tbody>tr:not([target],.sticky,:hidden)').each(function() {
|
||||||
var $this = $(this), o;
|
var $this = $(this), o;
|
||||||
|
|
||||||
o = getOffset(this, $table.get(0));
|
o = getOffset(this, $table.get(0));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue