Anthony Spruyt
Anthony Spruyt
How about getting this merged in. It has been 2 years...
2019 and still nothing >.>
```js import PivotGridDataSource, { PivotGridDataSourceOptions } from 'devextreme/ui/pivot_grid/data_source'; const pivotGridDataSourceOptions: PivotGridDataSourceOptions = { fields: [{ caption: 'Status', dataField: 'status', area: 'row', //sortBySummaryField: 'Total' }, { caption: 'DNSP', dataField: 'dnsp', area:...
Same issue. Tried iOS 12 and 13 simulators. Edit: After a few days of battling with this and almost giving up, I deleted the view controller in the storyboard and...
I can confirm this bug. When the code is US the following is the result: 
> is this issue resolved? Not AFAIK, I made a fork to fix this and do some other updates for our client's application.