I’m trying to hide columns but it’s not working for me. I’m new to Handson table so I’m probably messing something up. I’m using HT 6.2.2 CE edition with the non-commercial license. The following code is not hiding columns:
those settings are completely fine (demo https://jsfiddle.net/zqm104xe/) you just need to remove the ' (string notation) from the hiddenColumns configuration.
Hey, Thanks for the quick reply! I’m actually using PHP to build the javascript.
I made a mistake converting my PHP code so you could see the javascript that gets built. The resulting javascript doesn’t actually have the single ticks around the hiddenColumns config.
Sorry, I should have been more specific. I believe my javascript matches the demo code you referenced in your first reply, however it’s still not working.