svelte-simple-datatables icon indicating copy to clipboard operation
svelte-simple-datatables copied to clipboard

Disabling scrollY also disable columnFilters

Open MysterJay opened this issue 3 years ago • 0 comments
trafficstars

if i have column filters: true and scrollY:true, columnFilters work as intended. However, as soon as I set scrollY: false; column filters no long show/render.

MysterJay avatar Jul 08 '22 01:07 MysterJay