open table filtered using url parameter
open table filtered using url parameter
mmontoya
Posts: 84Questions: 27Answers: 4
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
This discussion has been closed.
Answers
In case that column filtering is fine for you , you can achieve you goal using my yadcf plugin and its exFilterColumn
actually Allen pointed me towards the where option, which is all I needed for this case:
->where('usertable.uuk',$id)