Sachin Grover

Results 4 issues of Sachin Grover

``` // export let name; import {onMount} from 'svelte' import PdfViewer from 'svelte-pdf'; onMount(()=>{ }); ``` Just trying to test it out a very basic example but keep getting this...

Is there a way to freeze columns (first column or first two columns) which stay in place as we do a horizontal scroll on the table? ### Environment | Tech...

## Expected Behavior As soon as we click on a column we see a downward (or an upward) arrow depending on the direction of sort. I would like to add...

I have a column for cost in my table. I want the filters to be checkboxes to provide users with the option to filter based on amount range for e.g....