All Projects → narimiran → Sorta

narimiran / Sorta

Licence: mit
SortedTables in Nim, based on B-Trees

Programming Languages

nim
578 projects

Labels

Projects that are alternatives of or similar to Sorta

Gridmanager
🌐 表格组件GridManager: 快速、灵活的对Table标签进行实例化,让Table标签充满活力。
Stars: ✭ 622 (+4046.67%)
Mutual labels:  table
Go Pretty
Pretty print tables and more in golang!
Stars: ✭ 777 (+5080%)
Mutual labels:  table
Html Table Cli
Create interactive tables from JSON on the command-line
Stars: ✭ 23 (+53.33%)
Mutual labels:  table
Tablesaw
A group of plugins for responsive tables.
Stars: ✭ 5,497 (+36546.67%)
Mutual labels:  table
Rows
A common, beautiful interface to tabular data, no matter the format
Stars: ✭ 739 (+4826.67%)
Mutual labels:  table
Laravel Bootstrap Table List
Bootstrap table list generator for Laravel.
Stars: ✭ 16 (+6.67%)
Mutual labels:  table
Vue Table Component
A straight to the point Vue component to display tables
Stars: ✭ 592 (+3846.67%)
Mutual labels:  table
Tabulate
Table Maker for Modern C++
Stars: ✭ 862 (+5646.67%)
Mutual labels:  table
Vue Handsontable Official
Vue Data Grid with Spreadsheet Look & Feel. Official Vue wrapper for Handsontable.
Stars: ✭ 751 (+4906.67%)
Mutual labels:  table
Excalibur
A web interface to extract tabular data from PDFs
Stars: ✭ 916 (+6006.67%)
Mutual labels:  table
Terminaltables
Generate simple tables in terminals from a nested list of strings.
Stars: ✭ 685 (+4466.67%)
Mutual labels:  table
Table Dragger
Turn your old table to drag-and-drop table with columns and rows sorting like magic!
Stars: ✭ 704 (+4593.33%)
Mutual labels:  table
Table calendar
Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats
Stars: ✭ 897 (+5880%)
Mutual labels:  table
Ce
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Stars: ✭ 5,832 (+38780%)
Mutual labels:  table
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (+6040%)
Mutual labels:  table
Jhchart
Stars: ✭ 593 (+3853.33%)
Mutual labels:  table
Jquery Rslitegrid
Input tabular data with your keyboard
Stars: ✭ 5 (-66.67%)
Mutual labels:  table
Vue2 Datatable
The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it! (DEPRECATED. As I, @kenberkeley, the only maintainer, no longer works for OneWay. Bugs may be fixed but new features or breaking changes might not be merged. However, it's still the best in my mind because of its extremely flexible usage of dynamic components)
Stars: ✭ 867 (+5680%)
Mutual labels:  table
Puregrid
Lightweight JavaScript Grid/SpreadSheet component written in pure JavaScript
Stars: ✭ 10 (-33.33%)
Mutual labels:  table
Reactabular
A framework for building the React table you need (MIT)
Stars: ✭ 903 (+5920%)
Mutual labels:  table

Sorted Tables

SortedTable implementation using B-Tree as an internal data structure.

The BTree algorithm is based on:

  • N. Wirth, J. Gutknecht: Project Oberon, The Design of an Operating System and Compiler; pages 174-190.

Public API tries to mimic API of Nim's built-in Tables as much as possible. The ommission of add procedure is done on purpose.

Installation

nimble install sorta

Required Nim version is at least 1.0.0.

Usage

See the documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].