svelte-simple-datatables
svelte-simple-datatables copied to clipboard
Redraw function doesn't work correct on window width reducing
Greetings! First of all, thank you for this library. Nice job. There's one issue I'd like to get rid of: looks like redraw function works fine if the table is growing, but not vice versa. Steps to reproduce:
- page loaded with 1000px width, table fits fine
- increase page width to 1100px, table is expanded respectively and fits fine
- decrease page width back to 1000px, table doesn't fit and we can see a horizontal scrollbar
See the GIF, please