JavaScript Library To Show / Hide Table Columns

Category: Javascript , Table | October 17, 2016
Authortomaskikutis
Last UpdateOctober 17, 2016
LicenseMIT
Tags
Views1,169 views
JavaScript Library To Show / Hide Table Columns

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)

You Might Be Interested In:


Leave a Reply