FAQ/Customizing-Report-Viewer-Filter-Order.md
... ...
@@ -1,12 +1,13 @@
1 1
##How do I customize the report viewer filter order?
2 2
3
-Currently there is no API way to arrange the filters. They by default are in selected order.
3
+Currently there is no API way to arrange the filters. They, by default, are in the selected order.
4 4
5
-The easiest way for such customization is to change
5
+The easiest way for such customization is to change:
6 6
7
-``RefreshFilters(returnObj)``
7
+`RefreshFilters(returnObj)`
8 8
9 9
function in the Resources\js\ReportViewerFilters.js file.
10
+
10 11
The hook is here:
11 12
12 13
`var filterContent = GetFilterContent(returnObj.Filters, index, divsId, hasFilterLogic, false);`