Move Filter Code to Left Panel

Archived from the Xataface Users forum.

righdforsa — Thu May 19, 2011 5:11 pm

Hi,

Love your product! So much of what we were thinking about coding from scratch is already available!

I’ve enabled filters on several fields in the list view, but I want to move the drop-downs over to the left column, and I can’t seem to figure out how to make it happen. Please help.


shannah — Thu May 19, 2011 5:40 pm

Currently there’s no config option to relocate this. You might try to use javascript to move the whole div containing the filter into the left column. E.g. using jquery

Code: Select all
jQuery(document).ready(function($){     $('#left_column').append($('.resultlist-filters')); });

It’s a hack but it will probably work.


righdforsa — Tue May 24, 2011 12:52 pm

Thanks for the tip, we’ll try that. We’d be ok with replicating the feature in both places, if you can think of a way to do that.

Thanks,
Chris