@zohodesk/list
v1.4.4
Published
## Introduction:
Downloads
762
Maintainers
Keywords
Readme
@zohodesk/list
Introduction:
List is an npm library. It helps to build TableList of any modules. It provides the table list component that processes dynamic and interactive data. It creates powerful and user-friendly table-list views for efficient data management.
Installation:
To install our library in your ZohoDesk project use the below command
npm install @zohodesk/list@latest
Usage:
To use the ZohoDesk List Library in your ZohoDesk project, you can follow the steps below:
Import the necessary components from the library into your project file. You can do this by adding the following line at the top of your file:
import { ListContainer as TableListContainer } from '@zohodesk/list';
In your app, you can use the List component by placing it within your desired component or container. Here's an example of how to use the List component:
<TableListContainer $data_id={_id} $data_headings={headings} $data_dependencies={} $method_dataset={dataset} $method_formatter={formatter} />
Make sure to replace _id, headings, api, and formatter with the appropriate values or variables in your code. By using the List component with the provided props, you can generate a table-list view in your ZohoDesk application that fetches data from an API and displays it with the specified headings and formatting.