An open API service indexing awesome lists of open source software.

https://github.com/griddlegriddle/griddle-position-plugin

A plugin for partial rendering of data.
https://github.com/griddlegriddle/griddle-position-plugin

Last synced: 12 months ago
JSON representation

A plugin for partial rendering of data.

Awesome Lists containing this project

README

          

# Griddle Position Plugin (BETA)

The position plugin allows you to add infinite scrolling and other position-specific functionality to the grid.

Install the plugin by running `npm install griddle-position-plugin` and add it to `plugins` property on Griddle with an optional config.

```
import PositionPlugin from 'griddle-position-plugin';
...
const optionalConfig = {...};

```

## Planned Features
1. Infinite column scrolling
1. Column resizing
1. Locked columns