Move Filter Code to Left Panel

A place for users and developers of the Xataface to discuss and receive support.

Move Filter Code to Left Panel

Postby 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.
righdforsa
 
Posts: 2
Joined: Thu May 19, 2011 4:48 pm

Re: Move Filter Code to Left Panel

Postby 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.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: Move Filter Code to Left Panel

Postby 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
righdforsa
 
Posts: 2
Joined: Thu May 19, 2011 4:48 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 25 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved