cancel
Showing results for 
Search instead for 
Did you mean: 

Position of filters in SmartFilterBar

Former Member
0 Kudos

Hello everyone,

I'm struggling with SmartFilterBar, and I need a little help. I figured out how to add custom filter fields to SmartFilterBar and how to attach them to $filter with other OData requests. But I didn't find solution for positioning of filters. I wonder how are custom filters and OData filters ordered in SmartFilterBar. Can anyone help me how to position those filters ? I mean, if I can have for example in first row of visible advanced area one custom filter and one OData non custom filter ?

Here is my little bit complicated app with SmartFilterBar:

If anyone can help me with some useful link or source code example that would be great.

Thank you.

Martin

Accepted Solutions (1)

Accepted Solutions (1)

yogesh_beria
Explorer
0 Kudos

Hi Martin,

Every filter has an index property that you can use to order the filters.

Not sure if you can really segregate them on different rows using only properties.

Do you also have an annotation xml?

Regards,

Yogesh

Former Member
0 Kudos

Hi Yogesh,

I ordered them with index finally. I just needed to figure out how ordering with indexes work in SmartFilterBar. But still I guess SmartFilterBar should be much more customizable.

Thank you for help.

Martin

Answers (0)