knockout-orderable icon indicating copy to clipboard operation
knockout-orderable copied to clipboard

A Knockout.js binding to make sortable tables from observableArrays

Results 8 knockout-orderable issues
Sort by recently updated
recently updated
newest added

Hi, I use knoclout. And use typescript. I paste your code to my page and it doesnt work. I add new variable to my model `people = [ { firstName:...

so this package can be installed through bower. Pretty straight forward.

Added a `thenBy` binding to support multi sorting after the first sort field. - Currently uses the same order direction as the first field. - This was also mentioned on...

I have a use case for a secondary sort (ex: sort by "columnA", then by "columnB)". Do you think this would be a useful addition to the binding?

Currently, the collection option only knows how to deal with strings, as `viewModel[collection]` is used to access the desired array. This works fine, except in cases where you need to...

In the compare function, I was getting errors because left and/or right were null in my data. Not sure why my setup was different or would cause the issue, but...

HI When using ko.computed which returns dependentObservable breaks the whole functionality

Added support for sorting numbers.