Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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

I have a spreadsheet component with a RangeDirective for the headers and one for the data.

When applying a filter the browser freezes up.

Debugging it looks like the updateDatasource gets a null object and doesn't handle it.

Attaching screenshots because I can't seem to cut and paste code in here ( especially with <> ).


If I remove the first rangedirective it works, but then I don't get my headers. I can't use showFieldAsHeader as I need a bit more control and the data is just arrays. Not sure if I need to merge them together etc. I'll keep reading the docs, but probably shouldn't freeze up the browser.