Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijunaid8989/e2c4656479967ea72cb5 to your computer and use it in GitHub Desktop.
Save ijunaid8989/e2c4656479967ea72cb5 to your computer and use it in GitHub Desktop.
fnShowHide = (iCol, oTable) ->
bVis = oTable.fnSettings().aoColumns[iCol].bVisible
oTable.fnSetColumnVis iCol, if bVis then false else true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment