Skip to content

Bootstrap tables using vanilla javascript with built-in search, serial no., event-firing, colspan, rowspan, counters and much more...

License

Notifications You must be signed in to change notification settings

TaxHeal-in/js-bootstrap-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-bootstrap-tables

Bootstrap tables using vanilla javascript with built-in search, serial no., event-firing, colspan, rowspan, counters and much more...

Optional Requirements

Bootstrap

CDN

<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected]/html.js"></script> <script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected]/table.js"></script>

How to use

let headRow = [{ text: Name }];

let dataRows = [ {text: Pankaj}, {text: Ram}, {text: Tarun} ];

let newDynamicTable = new DynamicTable({ divId: tableDiv, tableId: tableData, headRow, dataRows, head2Row, footRow, functionArray });

newDynamicTable.createTable();

Properties

additionalClass

align

className

colspan

filterText

id

placeholder

rowspan

text

type

About

Bootstrap tables using vanilla javascript with built-in search, serial no., event-firing, colspan, rowspan, counters and much more...

Resources

License

Stars

Watchers

Forks

Packages

No packages published