Advanced Filtering & Sorting
22 May 2017 / 1 minute to read
It allows to filter and sort the field members in PivotGrid. You can enable the Advanced Filtering and Sorting option in PivotGrid by setting the enableAdvancedFilter
property to true.
<script type="text/babel">
//...
$(function(){
ReactDOM.render(
<EJ.PivotGrid id="PivotGrid" enableGroupingBar={true} enableAdvancedFilter= {true}></EJ.PivotGrid>,
document.getElementById('PivotGrid1')
);
});
</script>
Sorting
Sorting provides an option to sort the members of a field either in 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
Value filtering provides an option to filter members based on the total values of the appropriate measure between the 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