
A small JavaScript plugin that has the ability to hide / show a specific array of column indexes in your html table.
How to use it:
Load the core JavaScript file in the html page.
<script src="index.js"></script>
The core function to hide the table columns.
TableColumnHider(uniqueTableSelector)







