Advanced filtering and sorting
23 Mar 20211 minute to read
It allows you to filter and sort the field members in the pivot client.
You can enable the “Advanced Filtering and Sorting” option in the pivot client by setting the [enable-advanced-filter
] property under [e-data-source
] to true.
<ej-pivot-client id="PivotClient1">
<e-data-source enable-advanced-filter="true">
//..
</e-data-source>
</ej-pivot-client>
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
Value filtering provides an option to filter members based on the total values of the appropriate measure between the members of the level.