mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Not sure why, but this code breaks html5Numeric
Just commenting it out for now, I want to figure out why it's actually updating wrong and fix it but rather then releasing something broken till then commenting it out allows things to function again.
This commit is contained in:
parent
767929411f
commit
262e455663
@ -603,9 +603,11 @@ $.tablesorter.filterFormatter = {
|
||||
});
|
||||
|
||||
// hidden filter update (.tsfilter) namespace trigger by filter widget
|
||||
$cell.find('input[type=hidden]').bind('change.tsfilter', function(){
|
||||
updateNumber( this.value );
|
||||
});
|
||||
// FIXME TheSin, Not sure why but this breaks updates
|
||||
// Commenting out till it's fixed.
|
||||
//$cell.find('input[type=hidden]').bind('change.tsfilter', function(){
|
||||
// updateNumber( this.value );
|
||||
//});
|
||||
|
||||
// has sticky headers?
|
||||
c.$table.bind('stickyHeadersInit', function(){
|
||||
|
Loading…
Reference in New Issue
Block a user