drvic10k / bootstrap-sortable

adding sorting ability to bootstrap table
MIT License
513 stars 131 forks source link

can i disable sorting on row #72

Closed BaljitKarwal closed 8 years ago

BaljitKarwal commented 9 years ago

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

BaljitKarwal commented 9 years ago

resolved by removing row before sorting and adding it again after sorting.

KrunchMuffin commented 8 years ago

would be a nice option tho. I have totals on the last row and don't want to sort those.

drvic10k commented 8 years ago

i put Enhancement label on this, it might be useful

KrunchMuffin commented 8 years ago

on line 186 I tried adding .not('tr:last');, although the rows var didn't have it, it still sorted it.