This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

micwanyoike5462
micwanyoike5462

I've built a plugin using the Rainlab Builder and populated the backend with some rows of data. The columns are : id, language, title, description and audio. I would like to filter records on the CMS frontend page by language via user drop-down input. Below is how I've setup the component on the cms page:

[builderList podcastList]
modelClass = "brandiqa\Podcasts\Models\Podcast"
scope = "-"
displayColumn = "title"
noRecordsMessage = "No records found"
detailsPage = "-"
detailsUrlParameter = "id"
recordsPerPage = 5
pageNumber = "{{ :page }}"
sortColumn = "date"
sortDirection = "desc"

How do I get to implement this filter functionality?

Note: Am using a partial to display results

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.