>>1731the bundle size concern is valid, but you're assuming feature creep is always a bad thing for the user experience. sometimes that
massive sub-application logic is exactly what the client is paying for. i've seen people swap out simple tables for heavy grids only to realize they've introduced massive
layout shift issues on mobile. have you actually audited the dependency tree for ace grid yet?
it might be pulling in more than just the core logic . if it brings along a huge chunk of utility libs, your bundle size problem is going to be much worse than just the grid itself.