MasterJuan
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Buttons print & pdf do not apearHey Tobias!!
Thank you for your anwser!!! It works!!
However, when I am using one of the filters and then choose to print filtered rows, it shows all the rows instead of the filtered ones only!
Best regards
Hey Tobias,
Sorry for my last comment, I didn’t see that you had replied.
So, here is a custom implementation!
https://yesmedia.eu/xenialive/table-press/I would like one more fix. To count also if there are numeric characters.
So, apart from letters, to exist one more option “123” in which if you click you will see all the data about numbers. I mean:520 BARCODE 776 BARCODE
etc.
Best regards!
Hey Tobias,
I hope you are fine! Any hint how to duplicate the search bar in order to include also greek alphabet?
Best regards
Hey Tobias!!
It would not be a problem if I duplicate the search bar. I do not want to search to a second column. Search is taking place at the same column where co-exist latin and greek words!
Can you give any hint how to duplicate the search bar and make it to search also greek characters?
Thanks!
- This reply was modified 7 years, 9 months ago by MasterJuan.
Please look this screenshot https://ibb.co/nOeqHk
For example at the first column:
Apple
Bannana
Carrot
Ακτιν?διο
Βερ?κοκο
Γερμ??So, it will exist two columns
a. A, B, C
b. Α, Β, ΓOk, no worries, I will give a try and I will let you know.
What about multi-language alphabetical ordering?
Tobias, regarding with alphabetical sorting, can i have multi-language sorting?
Can i have together (for example, greek and english letters)?
Best regards
Hey Tobias,
Yeah, this is how it works right now! I would like to show only the results for my selection each time.
So, if i click to choice1 to see the results for this choice only.
Then, when i click to choice2, automatically to see only the results for this choice!Can we achieve this?
Best regards
One more think regarding drop-down menu functionality.
Let’s say that from “HALL” drop-down choose “HALL1” and then “HALL2”, then you will have both HALL1 & HALL2 into results.
Personally, I like this functionality because you can achieve more advanced filtering combine choices from all drop-down menus. However, what if someone wants, when click to a choice, then having the results only for that choice?
Best regards
Perfect, it works.
You are right (about jQuery). It was together with autofil package. I removed it and still works (partially-ignores the hidden rows).
Best regards
Oohhh, thanks a lot once again, but forgive me about my ignorance.
First of all Alphabet ordering doesn’t work together with Column Filter Widget.
For example, what i am trying to achieve is to have alphabet ordering based on specific column and drop-down filtering based on other columns.
So, right now, I have only alphabet ordering but reads the first column which is hidden because is my flag column!
I confuse you ?
Here is the reference: https://yesmedia.eu/xenialive/table-press/- This reply was modified 7 years, 9 months ago by MasterJuan.
I enable the option “Compatibility View” and now it loads as it should be.
Explorer’s World, but still a lot of people use it and we must test it! ??Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column Filter above Table headerThank you for the hints Tobias.
For know i just want to test it. Afterwards, I did it like a small custom plugin.
I will give a try with hint and I let you know about the results!Thanks again!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column Filter above Table headerHey Tobias,
I am trying to extend Search field with autocomplete.
I am calling these files into controller-frontend.php
$js_file1 = 'js/jquery.datatables.min.js'; $js_file2 = 'js/currency-autocomplete.js'; $js_file3 = 'js/jquery-1.9.1.min.js'; $js_file4 = 'js/jquery.autocomplete.min.js';
Let’s say that I have an javascript array like this
$(function(){ var products = [ { value: 'product1'}, { value: 'product2' }, { value: 'product3}, ]; // setup autocomplete function pulling from products[] array $('#autocomplete').autocomplete({ lookup: products, }); });
<input type="search" class="" placeholder="" aria-controls="tablepress-14" id="autocomplete">
I found where to load the external libraries and where to insert id attribute to the input element
How to feed products[] array depending with the values of my hide column with products?
It would be a pro feature, i would push it back to your project with my great pleasure!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column Filter above Table headerAbout performance issue with big tables, you could put all setting tabs exceprt from “Table Content” to another main tab. So if someone needs to change just Table Title or Decription Table, to do it easy, without waiting for his browser to respond.
It’s not a direct solution but I think it will overcome a few delays ??