Victor Fagerström
Posts: 0
Joined: Sun Dec 01, 2013 1:03 pm

fixed data filter in list

Is there a way to get only the data filter input in the list component to be fixed? I want the data filter input to stay in one place and the list items to scroll.

Code appreciated.

Thanks
V

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

fixed data filter in list

Hello,

To set component fixed, you should add following CSS:

.ScreenName_componentName{
position:fixed;
}

where ScreenName and componentName are names of corresponding page and component.

Victor Fagerström
Posts: 0
Joined: Sun Dec 01, 2013 1:03 pm

fixed data filter in list

Hi,

Yes, but the data filter is connected to the list item. What would be the componentName for the data filter ONLY?

Victor

Victor Fagerström
Posts: 0
Joined: Sun Dec 01, 2013 1:03 pm

fixed data filter in list

Never mind, found answer here:

http://stackoverflow.com/questions/12...

V

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

fixed data filter in list

Thank you for update!

Return to “Issues”