Stig Ove Voll
Forum Replies Created
-
Thank you. I have sent you an email.
I am not sure if I understand. Am I using the wrong version (1.7.35)? Do you want me to update this version, or to install a new plugin?
The page is https://www.historisklyd.no/?page_id=997
Sincerely,
StigAny news on the default sorting issue?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting from 1 to 10000Aha! Thank you. I went completely blind after working with 5000 rows the entire night ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting from 1 to 10000Here you go: https://www.steinkaker.no/?page_id=2753
Yes, that should do the trick.
Thank you. Here is an examble. The link should be named “H?rtata h?rt”.
https://www.sunderfundigheter.no/?page_id=112Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting numbers with a postfixVoila! Works like a charm. Thanks a lot!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting numbers with a postfixThey are two different columns. I can make it work if I use only one of the commands.
When merging the commands, only the no-sorting command works.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting numbers with a postfixI’m not sure if I did this right. I have installed the plugin, and in the custom commands textfield I already have this command:
“columnDefs”: [ { “orderable”: false, “targets”: [ 2 ] } ]
I guess I shall add this command:
“columnDefs”: [ { “type”: “formatted-num”, “targets”: [ 1 ] } ]
But I’m not sure if the entire string goes right after the one that’s already there.
I also have to clarify that I’m trying to sort a column of cells containing both postfix and prefix, such as “GN 1 (side A)”, “GN 10 (side A)”, “GN 483 (side B)”, “GN 1600 (side B)” and so on.
Thanks for your patience.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Multiple entriesNever mind. I found the solution using separators: [table id=1 datatables_columnfilterwidgets=true datatables_columnfilterwidgets_separator=” / ” /]
I’m now officially in Heaven!