@cmds/list-view

Used for displaying records as individual items in a list.

Usage no npm install needed!

<script type="module">
  import cmdsListView from 'https://cdn.skypack.dev/@cmds/list-view';
</script>

README

ListView"> ListView

npm package

Used for displaying records as individual items in a list.

ListView

Getting started

npm install @cmds/list-view --save

Prop Types

Property Type Required? Description
id String Unique id for the instance of this view
rowCount Number The amount of rows to be rendered
rowGetter Function Return row data for the index ({index: number})
rowRenderer Function Callback invoked whenever one of the rows get's rendered: ({index: number, }): jsx

More information

This component is designed and developed as part of Cosmos Design System.