24 packages tagged with “sortable”
A .Net ULID implementation
A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
Adding sorting ability to HTML tables
AngularJS bindings for jQuery UI Sortable
A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality. Includes a custom build of jQuery UI with only sortable/draggable functionality.
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 SortableBindingList<YourEntityTypeName>(); myDataGridView.DataSource = myList; This new update corrects a problem when deleting from the DataGridView.
Bootstrap UI components extensions of SortableJS
A Blazor component that wraps the SortableJS library to provide interactive, drag-and-drop list reordering functionality.
Drag and drop list component for Blazor.
A lightweight, high-performance, AoT-compatible .NET library for generating and working with ULIDs (Universally Unique Lexicographically Sortable Identifiers). Supports monotonic ULID generation, Base32 encoding, and cross-platform compatibility. Ideal for databases, distributed systems, and scenarios requiring unique, sortable, timestamped identifiers.
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: https://github.com/marcjohnston/byMarc.Net2.Library.ListItems/issues NuGet package available at: https://www.nuget.org/packages/byMarc.Net2.Library.ListItems/ Purchase source code here: https://bymarc.store/product/byMarc-Net2-Library-ListItems/
Recyclable.Collections project is an open source framework for operating dynamic lists at performance close to raw arrays. It aims at providing minimal memory footprint. It implements IList<T>'s interface and is targeted as direct replacements of List<T>, SortableList<T>, PriorityQueue<T> and similar.
Package contains an extended data grid view component and a sortable binding list class
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.
Implementation of the Universally Unique Lexicographically Sortable Identifier (ULID) for .NET.
jQuery Sortable (jquery-sortable) binding library for Bridge.NET projects.
EzId is a lightweight .NET library for generating unique, sortable, and human-friendly readable identifiers. It implements a 64 bit long ID generation algorithm inspired by Twitter Snowflake and comes packed with a value type that encodes it in a 13-character base32 string.
Compact, time-sortable unique identifier with embedded metadata.
Recyclable.Collections.Compatibility.List project is an open source framework for operating dynamic lists at performance close to raw arrays. It aims at providing minimal memory footprint. It implements IList<T>'s interface and is targeted as direct replacements of List<T>, SortableList<T>, PriorityQueue<T> and similar.
`Collections.Benchmarks.Core` project is a basic open source framework for performance measurements based on various collection types like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.
`Recyclable.Collections.TestData` project is a basic open source package for containing test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.
Source generator for QKP.EzId that enables creation of custom ID types.
Generate sequential GUIDs that MS SQL Server can sort by date (for mapping to the 'uniqueidentifier' datatype)
`Recyclable.Collections.TestData.xUnit` project is a basic open source package for working with repeatable xUnit test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.