How to add range filtering ability?

How to add range filtering ability?

mfhawleymfhawley Posts: 4Questions: 2Answers: 0
edited December 2015 in Free community support

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

  • daniel_rdaniel_r Posts: 460Questions: 4Answers: 67

    My yadcf plugin got 3 types of range filters (in addition to many other non range ones)
    See in action sample 1 / sample 2

  • mfhawleymfhawley Posts: 4Questions: 2Answers: 0

    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?

  • daniel_rdaniel_r Posts: 460Questions: 4Answers: 67

    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

  • mfhawleymfhawley Posts: 4Questions: 2Answers: 0

    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

  • daniel_rdaniel_r Posts: 460Questions: 4Answers: 67

    Sorry nevered tried yadcf with worpdress, try googling it (I remember seeing yadcf mentioned with worpdress in the past)

This discussion has been closed.