import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks'
import * as ListGridStories from './list-grid.stories'

<Meta title="pv-grid/Components/ListGrid" />

# ListGrid

The list grid is a specialized grid component designed for displaying and managing simple grids that act more as a list. It follows the [ListGrid design specification](https://design.planview.com/components/list-grid/list-grid). It turns off a number of features of the grid to make it suitable for this purpose. If the functionality provided by your list is unclear without headers, you should use the full grid component instead.

<Canvas of={ListGridStories.Default} />

<Controls of={ListGridStories.Default} />

## Partially editable with action

<Canvas of={ListGridStories.ReorderableAndEditable} />

## Partially editable with actionMenu

<Canvas of={ListGridStories.ActionsMenu} />

## Multiple editors

<Canvas of={ListGridStories.ActiveAndEditable} />

## Tree settings

<Canvas of={ListGridStories.Tree} />
