0.1.9 • Published 2 years ago

cl-table-library v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago