Hi
I am a newbie at this forum. I’ve made a site already in EE but and now working on a more complex site and I have a question,
I have a huge record set, composed of custom fields and reverse related fields (a music data base) and I want to build a itunes-a-like experience. Most importantly are
- pagination
- the table should sortable. Easy to sort with javascript but more complex when you want to sort with server pagination.
- searchable…
And preferably in ee.
The whole reverse_relation fields seem to be a blocking factor. There is now way to use the search parameter on reverse related fields to filter the result set.
I’ve implemented it with custom PHP and that’s working. Although not with the reverse related fields, which introduces redundancy in the design and I don’t like it 😉
Am I overlooking something here? Is my question clear. Basically what I want to do is dynamic paging, sorting and live searching on weblog:entries output (much like the demo of the control panel in the video of ee2)
😊
Thanks in advance!
hendrik