Author: | tomaskikutis |
---|---|
Views Total: | 1,053 views |
Official Page: | Go to website |
Last Update: | October 17, 2016 |
License: | MIT |
Preview:

Description:
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)