0.1.9 • Published 12 months ago

cl-table-library v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Welcome to cl-table-library

This library allows you to create table and inject data into it. With this component, you can easily create table wich the following features :

search bar

choice for how many instance you want to display

pagination

sort by asc or desc on each column

Getting Started with cl-table-library

You can install this library with npm install directly on your project repository

Data

The cl-table-library will take an array of object :

example : `{firstName: 'Joe', lastName: 'Rogers'}, {firstName: 'Henry', lastName: 'Johnson'}

For date element , the accepted format will be a correct string date format. Example: 2023-05-29T13:36:44.171Z

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago