Bootstrap tables using vanilla javascript with built-in search, serial no., event-firing, colspan, rowspan, counters and much more...
Bootstrap
<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>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();
additionalClass
align
className
colspan
filterText
id
placeholder
rowspan
text
type