I am using ngx-easy-table in my Angular application, but I’m facing an issue where the first column header has an excessively large width, misaligning the table columns from the row values. The issue started after I added nested objects rendering.
Here is a StackBlitz example that demonstrates the problem.