Knockoutjs: Expanding the SimpleGrid to Support So

2019-04-02 09:30发布

问题:

How would you modify the knockout.js simpleGrid plug-in to support column sorting?

I have got the following code: http://jsfiddle.net/NaveenVelaga/QSRBR/9/

回答1:

I have had a fiddle with the supplied code.

I have modified the simpleGrid code to expect a sorting function in the column data. This way we can wire up the template to sort on click via the supplied function.

http://jsfiddle.net/QSRBR/39/

This is a simple solution which needs to be expanded to include bi directional sorting logic (second click sorts in reverse direction)



回答2:

Use KnockoutSimpleSortableGrid found at https://shiljopaulson.github.io/Knockout.simpleSortableGrid/ and it contains samples in it