1.4.1 • Published 1 month ago

@zohodesk/list v1.4.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

@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.

Change Logs --> Check Here

1.4.1

1 month ago

1.4.0

1 month ago

1.3.1-beta.3

2 months ago

1.3.1-exp.1

2 months ago

1.3.1-beta.2

2 months ago

1.3.1-beta.1

2 months ago

1.3.1

2 months ago

1.3.0

2 months ago

1.2.0-beta.1

4 months ago

1.2.0

5 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.1-alpha.0

8 months ago

1.0.0-alpha.1

8 months ago

1.0.0-alpha.0

8 months ago

1.1.2

7 months ago

1.0.0

11 months ago