Welcome to the Enterprise Reporting feedback portal. We’re happy you’re here! If you have feedback on how to improve the Enterprise Reporting, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Using a Json datasource with the contents

``` 

{

"partitions" : [

{

"name": "Tiger Brands",

"token": "3X56aefLbo3iOoAJIoGZqOt6K8j6ut4m",

        "groups": ["N01 - Mt Edgecombe"]

},

        {

"name": "Test Partition",

"token": "

3X56aefLbo3iOoAJIoGZqOt6K8j6ut4m
",

        "groups": ["Test1", "Test2"]

}

]

}

```



Using the hidden feature on the group does not remove the field



Empty



The groups column is still present. If I unselect it, I expect the results to be the following.



|name| token|


|

Tiger Brands|
3X56aefLbo3iOoAJIoGZqOt6K8j6ut4m|
|
Test Partition
|
3X56aefLbo3iOoAJIoGZqOt6K8j6ut4m|

Note that there is no groups column, since the "
Test Partition
" has a list containing 2 items in "
groups
" this should be grouped, and result in only 2 rows being returned.