0.1.9 • Published 3 years ago

cl-table-library v0.1.9

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

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago