Hello,
Testing out the plugin. For some reason I can’t get the “Show” and “Hide” column functions to work. But I can get the “Toggle” column to work. Am I missing something?
Hello,
Testing out the plugin. For some reason I can’t get the “Show” and “Hide” column functions to work. But I can get the “Toggle” column to work. Am I missing something?
Also, can you make the title field dynamic? I am allowing a couple custom columns with custom names. If you made the title field dynamic I can add a stored column name.
Yes, there was an error during the last update.
Now everything is fixed.
Please update the plugin to version 1.17.10
Unfortunately, the plugin configuration does not allow dynamically changing the column name.
When we created the plugin, we were forced to abandon some functions (including dynamically changing column names) in favor of allowing the user to use a large number of independently customizable columns.
Sorry, but this is how things are now.
Great! I’ll give it a try.
That’s really unfortunate. Do you know of any css or html tricks I could use to maybe find and replace a custom name? I really want my end user to be able to have an experience close to excel where they can create custom columns and the header names aren’t “Custom 1”, “Custom 2”, …
Thanks!
Hi again,
Your update fixed my issues with the show and hide.
I am having trouble getting the horizontal scroll to appear. Even on your examples on your page aren’t showing the horizontal scroll. When I go to the tabulator website, their examples do show the horizontal scroll. Am I missing something?
Your example
Tabulator website
Hello again,
1. Is it possible to get an exposed state that says if I column is currently visible?
Also,
2. I am working with the saved persistent options. I’m creating essentially “Views” that have those options saved to them. On the page load I grab these saved “Options” and use them at the end of my "Build Table"workflow to “setSetupOtptions”, but am having issues. For some reason like half the time when the page loads, the saved “Options” aren’t applying. If I click a button with a workflow to set those “Options” after the page loads, it works just fine. My question is, what is the best course of action if I need to set a persistent option on page load? Thanks!