Added 'data-sort-ignore' so we can exclude certain <tr> in the sorting#163
Added 'data-sort-ignore' so we can exclude certain <tr> in the sorting#163ollejacobsen wants to merge 1 commit intojoequery:masterfrom
Conversation
|
+1 |
|
Hi there. What is the use case for this? |
|
Tag one/many row that will be sticky. In my case I needed the top row to be http://corebrowser20161026075844.azurewebsites.net/Images Kind regards, Den 5 nov. 2016 17:28 skrev "Joseph McCullough" notifications@github.com:
|
|
it's pretty easy to fix this manually. My solution: pass a settings to the plugin, which I called |
|
I think transforming this line into a settings function would allow this to be flexible enough to accommodate this request. var trs = $table.children("tbody").children("tr");Something like: And you could override this via This issue was created before the |
This change is