• This repository has been archived on 19/Apr/2020
  • Stars
    star
    11
  • Rank 1,690,443 (Top 34 %)
  • Language
    JavaScript
  • License
    BSD 3-Clause "New...
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An extensible UI component for displaying tabular data.

More Repositories

1

paxakos

Rust implementation of Paxos consensus algorithm
Rust
102
star
2

ko-grid-bundle

A bundle of ko-grid and all its extensions, ko-data-source and ko-indexed-repeat.
JavaScript
3
star
3

ko-grid-examples

Example pages for the ko-grid and its extensions.
HTML
3
star
4

ko-grid-view-modes

A ko-grid extension which tracks which modes the view is in (e.g. full screen).
JavaScript
2
star
5

ko-grid-export

A ko-grid extension for exporting the grid's data.
JavaScript
2
star
6

ko-grid-cell-navigation

A ko-grid extension for navigating between data cells by keyboard.
JavaScript
1
star
7

ko-grid-height-adjuster

A ko-grid extension to adjust the grid's height.
JavaScript
1
star
8

ko-grid-selection

A ko-grid extension to select rows.
JavaScript
1
star
9

ko-grid-links

A ko-grid extensions to turn entries in a column into links.
JavaScript
1
star
10

ko-grid-column-width-persistence

A ko-grid extension which persists column widths.
JavaScript
1
star
11

snarc

Rust
1
star
12

ko-grid-paging

A ko-grid extension for paging.
JavaScript
1
star
13

ko-entry

A knockout binding to access single entries in a ko-data-source.
JavaScript
1
star
14

ko-grid-aggregate

A ko-grid extensions which displays aggregates such as the sum or average in the table footer.
JavaScript
1
star
15

ko-grid-column-sizing

A ko-grid extensions managing column sizing information.
JavaScript
1
star
16

ko-grid-view-state-storage

A ko-grid extension which persists the view state (e.g. column widths).
JavaScript
1
star
17

ko-grid-virtualization

A ko-grid extension providing row virtualization.
JavaScript
1
star
18

ko-grid-resize-detection

A ko-grid extension which tries to react to container resize events.
JavaScript
1
star
19

ko-grid-visibility-detection

A ko-grid extension which tries to react to changes in visibility.
JavaScript
1
star
20

ko-grid-full-screen

A ko-grid extension providing a full-screen toggle.
JavaScript
1
star
21

ko-grid-column-resizing

A ko-grid extensions enabling manual column resizing.
JavaScript
1
star
22

ko-grid-sorting

A ko-grid extensions to sort by column.
JavaScript
1
star
23

ko-grid-toolbar

A ko-grid extension that adds an extensible toolbar.
JavaScript
1
star
24

ko-data-source

API for filtering, ordering and clipping a collection of objects. Implements the interface required by the ko-grid component.
JavaScript
1
star
25

ko-grid-editing

A ko-grid extension for editing cell values.
JavaScript
1
star
26

ko-indexed-repeat

Provides a knockout binding for progressive element repetition with minimal DOM manipulation.
JavaScript
1
star
27

ko-grid-column-scaling

A ko-grid extension which scales columns' widths so they use the available space.
JavaScript
1
star
28

ko-grid-filtering

A ko-grid extension for filtering rows.
JavaScript
1
star