A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality. Includes a custom build of jQuery UI with only sortable/draggable functionality.
Implement generic sortable list item objects that are not associated with controls
Documentation available at:
https://marcjohnston.github.io/byMarc.Net2.Library.ListItems/
Issues and bug tracker available at:...
More information
This is an extension of BindingList<T> that lets you use a List<T> in Windows Forms DataGridView with automatic sorting features enabled. Very simple and straightforward to use. You only need to use:
SortableBindingList<YourEntityTypeName> myList = new...
More information
Sort, Filter and Paginate a standard dotnet Core MVC grid. Provides quick and easy TagHelpers that make adding sorting and filtering in table headers simple.