1.0.8 • Published 4 years ago

swatantra_table_creater v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Welcome to Custom Js Table

npm i swatantra_table_creater

add this to html file

 <link
      rel="stylesheet"
      href="./node_modules/swatantra_table_creater/style.css"
    />

It will take data as:

   option = {
      data*: [{}],
      maxRow: number,
      excludeColumns: [],
      sortableColumns: [],
      isStickyHeader: boolean,
      pagination: {
      per_page_record: 15
      }
};

Start represent mendatory

Options

data -> accept only array of object

maxRow -> custome number of row want to show

excludeColumns -> which column do you want to exclude from tables

sortableColumns -> it takes array of string -> should be column name like "column_name"

isStickyHeader -> it takes as boolean wheather want to have sticky header or not

pagination ->

 {
  per_page_record: (should be number more than **0** )
 }
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago