Advanced filtering and sorting
9 Mar 2018 / 1 minute to read
It allows you to filter and sort the field members in the pivot grid. You can enable the Advanced Filtering and Sorting option in the pivot grid by setting the e-enableAdvancedFilter
property to true.
<div class="e-control">
{{ej-pivotgrid id="PivotGrid" e-enableAdvancedFilter=model.enableAdvancedFilter }}}
</div>
export default Ember.Route.extend({
model() {
return {
enableAdvancedFilter: true
}
}
});
Sorting
Sorting provides an option to sort the members of a field in the ascending or descending order.
Label filtering
Label filtering provides an option to filter the members of a field purely based on their caption.
Value filtering
The value filtering provides an option to filter members based on total values of the appropriate measure between members of the level.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page