How to add range filtering ability?
How to add range filtering ability?
Situation:
I have a wordpress website and I am using the plugin 'inline google spreadsheet viewer' to put the datatables on my website (https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)
I have data on my website using that plugin that looks like this: https://drive.google.com/file/d/0B2MX6dSPUGBMVVFQamFzTTFlTlE/view?usp=sharing
MY GOAL:
I want to be able to add range filters to my columns similar to something like this (https://drive.google.com/file/d/0B2MX6dSPUGBMYm94RThvR1dLeTA/view?usp=sharing)
I have found a couple links on how to do this (below) but I am very novice and this and don't know coding. If there is something I can just add to my wordpress shortcodes or something I can add to my header template in wordpress please let me know. And describe ever step clearly please as I'm not very good at this.
Thank you
https://www.datatables.net/plug-ins/filtering/
and
getfilteredrow() function???
Answers
My yadcf plugin got 3 types of range filters (in addition to many other non range ones)
See in action sample 1 / sample 2
Interesting. Does is have google spreadsheet functionality so it can simply take the address of a google spreadsheet on my google drive as the data source?
yadcf sits on top of datatables and uses its internal api, whatever dt know yadcf will too.. you dont need to feed yadcf with any source, just run it on your table obejct like in the showcase samples and thats it... If its in your datatables it will appear in yadcf too
Thank you.
I am using this yadcf product but i cant figure out the steps i need to take to get it to work on my worpdress website with my google drive spreadsheet link. Where do I paste the yadcf code on my wordpress website.
Please let me know if you can. Thank you
Sorry nevered tried yadcf with worpdress, try googling it (I remember seeing yadcf mentioned with worpdress in the past)