donhhpress
Forum Replies Created
-
Forget number 2. I found out that the site tag is used for this. That just leaves 1 and 3.
Thanks much.
Thanks so much. Payment on the way.
Yes, but how can I reload the tablepress data without reloading the page?
Is there a javascript call?
The dropdown that selects the search term is done via ajax, so no page reload takes place. And, with that said, would like to reload tablepress data without page refresh.
Awesome. Now I just need one more thing …
At the top of the page, the user will be select a dropdown value that is used to search and replace the data in the table.
The table shortcode is after this dropdown.
Once the user selects this, I need a way to reload the table on the same page as follows:
1. User selects value in dropdown, which in turn sets a php $GLOBAL value;
2. Force reload of tablepress table once the GLOBAL value is set by the user so that the GLOBAL value can be used to manipulate the data in the table before it is display.
Does this make sense? And thanks.
Here is what I need by local:
1. Find out where the data is being loaded.
I call this the local data.2. Manipulate data before display
Based on your response, it sounds like the following would be the best way:
“You might instead want to take a look at the filter hooks that are available when rendering the data, e.g. tablepress_table_render_data in the class-render.php file.”3. Display table
Can you please provide a real example of how I might perform a search and replace on the table table using item 2 with the class-render.php?
I would more than happy to pay for this example, because I need a good starting point for this issue and I am not sure I completely understand.
Thanks.
More specifically, I need to get a local copy of the table data, search and replace and then display table. No need to save the data back since it is just a local copy.
How can I do that?
Important Note:
I will pay for a customization to get this done.Actually, now that I think about it, what I really need is a way to change the table data on the fly. This is turning out to be really important for us.
1. Where is the table data stored?
2. We need to do a global search and replace on the table data at runtime.
3. Then save the data back.
How can I do each of these steps?
Thanks. Did find a solution. However, does the Column Filtering (with dropdowns) have an exclude option to exclude a specific column?
I know the columnfilterwidgets one has that.
Sample page at http://www.killingyourcancer.com/a/
Found a solution.
Thanks so much for the help. I found a solution via JQuery.
One last question, how would I change the style of the column filter comboboxes that are above the search box.. Space from table, font-size, box size and so on …
Do you know which file I can make these changes?
First, thanks for the reply. I will do whatever it takes to get it to work. How about a customization?
Or, anyway to get a search form to work with the column filtering, such as passing a search term instead of row filtering. I am open to any potential solution. Thanks.
Memory issue has been resolved. Sorry for the inconvenience.
Please try it now and I am looking forward to your response.
Thanks.
Sorry about that. Please try again.
Let me explain another way:
If I go directly to the table page(No form), I can freely select TREATMENT NAME correctly.
If I use the form to get table page and enter a treatment name, then it is stuck on that name and does not allow me to select another treatment name.
How I need it to work:
If I use the form and enter a treatment name, when it goes to the results table page, I need to be able to select another treatment name as if I went to the page directly.
Am I making sense?