Category / Section
How can I ignore sorting for the columns by default in widgets?
Published:
This document provides instructions for disabling the default sorting functionality for columns in the widget. To do this, enable the “IgnoreSorting” property by setting it to true in the appsettings.json
file, which is located in the bi dataservice
directory. By default, this property is set to false.
Steps to Disable Sorting for the Columns in the Widget
- Go to the location where your application is installed and navigate to the
bi\dataservice
folder. - Open the
appsettings.json
file in an editor and set the “IgnoreSorting” property to true.
- Restart the Bold BI services and open the dashboard.
- The columns in the widget will not be sorted, and the sorting order in the UI will be set to Data Source Order.
This feature is available from the 13.1 version.