nedmic
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Update existing rowHi,
Thanks for your answer.
No problem, still the best table plugin though 😉Forum: Plugins
In reply to: [WP Deferred JavaScripts] Exclure certains scripts dans le backendGreat can’t wait 😉
Forum: Plugins
In reply to: [WP Deferred JavaScripts] Exclure certains scripts dans le backendHi Daniel.
Thanks for your answer.
Actually, I thought it was possible to do like in the WP Minify plugin, in which we can write the path from the script directly into a text field in order to exclude it.Just in case, the plugins which don’t work are widgetkit (from yootheme) and gd star ratings.
PS : ‘sont fous ces ricains ^^
No problem thanks for trying 😉
The only solution I see is by getting the values after generation (via the html), storing them in a file and reintroducing them in the cells as numbers via other shortcodes.
Gas-works ^^’ And pretty dangerous though, but could be a perfect challenge for a fellow worker of mine 😉
Marked as resolved because not a plugin issue.
Maybe because of the_date function I don’t know (it’s a french website).
Anyway it works like a charm that way 😉Indeed there is a lot of documentation on datatables.net but I think your explanations are much more comprehensive for novices like me.
Forum: Reviews
In reply to: [TablePress - Tables in WordPress made easy] Excellent plugin and supportThanks Tobias, I create a new topic.
For information, I couldn’ find the datatables section which does not seem to exist.
http://tablepress.org/documentation/#datatables
But there is a link to it in “Table Options” > “Use JavaScript library” section.Unfortunately it doesn’t keep the european date format if I remove the “aoColumnDefs” parameter.
Maybe you could add the line on the plugin page as an example 😉“aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 3, 8 ] } ]
Perfect !
Empty cells solution doesn’t work, but with a date to each cell it does.
I change for 00.00.0000 if I don’t have the release date.Problem solved 😉
Thank you very much for your time and patience.
Well done 😉
Column 4 sorts by default when we land on the page.
But… still have this issue with column 9. Impossible to sort it by clicking on the arrow.Yes I counted starting with 0, so I meant column 9 (“sortie dvd”) sorting column 4 (“sortie salle”) by default.
So code is :
“aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 3, 8 ] } ], “aaSorting”: [[ 3, “desc” ]]
But I can’t sort column 9 by clicking on arrows and the second part of the code doesn’t seem to work (arrow is highlighted but data don’t sort by desc).
Thanks it works !
But how can I also include column 8 (“sortie DVD”) to be sortable ?
I tried :“aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 3 , 8 ] } ]
With no success…
And I can’t sort 3rd column by default when landing on the page.
I did;) and deactivated / reactivated it also.
You can find the page here : http://www.alloprod.com/box-office/
Note that I manually reorganized column (so it’s ok by default when you land on the page), but if you click on the head column “sortie salle” or “sortie DVD”, sorting doesn’t work anymore.
Elements only sort by day (01 to 31 and vice versa).
Yes I thought so, but thank you Tobias for taking the time to look 😉
I’ll challenge people on the DataTables forum ^^
So I don’t mark the topic as resolved for now.
Re,
Sure : http://www.alloprod.com/labels-participatifs/
You’ll notice that I sorted the rows by myself.
I plan to edit the table manually by changing the order of rows, as soon as I could.
It’s the best I can do for now 😉