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]/src/html.js"></script> <script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected]/src/autocomplete.js"></script> <script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected]/src/table.js"></script>let headRow = [{ text: Name
}];
let dataRows = {
checkboxId,
className,
data: [
{text: Pankaj
},
{text: Ram
},
{text: Tarun
}
],
id
};
let newDynamicTable = new DynamicTable({
tableId: tableData
,
headRow,
dataRows,
head2Row,
footRow,
functionArray,
addFilter: true,
addLimit: true,
addCheckboxes: true,
checkboxClass
});
let newDynamicTableNode = newDynamicTable.createTable();
additionalClass
align
className
colspan
filterText
id
placeholder
rowspan
text
type