Closed BaljitKarwal closed 8 years ago
resolved by removing row before sorting and adding it again after sorting.
would be a nice option tho. I have totals on the last row and don't want to sort those.
i put Enhancement label on this, it might be useful
on line 186 I tried adding .not('tr:last');
, although the rows var didn't have it, it still sorted it.
Hi,
This is really nice. It was quick to use this and add sorting on table. I want to know if I can disable sorting on first row of table as in my first row, I have input fields which are used to add new entry. Meanwhile I am trying few options.
Thanks Baljit