mistercrunch commented on issue #4649: Use one library for table components URL: https://github.com/apache/incubator-superset/issues/4649#issuecomment-376426161 If visual consistency (before and after) is a requirement it will be much harder to achieve with `react-virtualized`. With `reactable` it will be fairly easy to get the same effective html `<Table>`. With `react-virtualized` you'll have to mimic dynamic column sizing based on content, and will either have to overflow or do guesswork to force proportions and wrapping based on column content.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
