Motivation
Make SSR 100% accurate when rendering responsive tables.
Proposal
Send the value of window.innerWidth in a cookie and retrieve it in the server. With it, set mdsvex-table's SSR default accordingly.
Also use <svelte:window> to keep the cookie value updated.
Motivation
Make SSR 100% accurate when rendering responsive tables.
Proposal
Send the value of
window.innerWidthin a cookie and retrieve it in the server. With it, setmdsvex-table's SSR default accordingly.Also use
<svelte:window>to keep the cookie value updated.