open table filtered using url parameter

open table filtered using url parameter

mmontoyammontoya Posts: 84Questions: 27Answers: 4
edited March 2015 in Free community support

I was wondering if it was possible to filter a table upon open using a parameter passed in the url?

I don't see that you can use a where statement.

This question has an accepted answers - jump to answer

Answers

  • daniel_rdaniel_r Posts: 460Questions: 4Answers: 67

    In case that column filtering is fine for you , you can achieve you goal using my yadcf plugin and its exFilterColumn

    Notice the pre filtered columns ("Numbers" & "Values" columns are pre filtered with the exFilterColumn function)

  • mmontoyammontoya Posts: 84Questions: 27Answers: 4
    Answer ✓

    actually Allen pointed me towards the where option, which is all I needed for this case:

    ->where('usertable.uuk',$id)

This discussion has been closed.