While passing the JSON and initialinzing the Flexmonster, How to intialize with all rows and columns unsorted? The data should come as per my JSON without internal sorting.
Please set sort as 'unsorted' like this rows: [{uniqueName: "Color", sortName: "unsorted"}]
See the working sample here: https://jsfiddle.net/tua7owjs/15/
Thank you..
Hello Nirmallya and all Flexmonster users,
Starting from version 2.3, sortName
property was renamed to sort
. Also, report object was structured. Properties were logically grouped into sub-objects. For example, all related to data sources properties are inside dataSource
sub-object now. JSON report objects of the previous version and XML reports are fully supported in terms of backward compatibility. Please check the updated sample: https://jsfiddle.net/flexmonster/z5oLeddd/
Regards,
Tanya