Borvik / ts-datatable

1 stars 6 forks source link

Pass visible columns to query functions #52

Closed Borvik closed 2 years ago

Borvik commented 2 years ago

If we pass visible columns to query functions we could (at least for graphql) - tailor the api call to ignore columns that aren't displayed.

This of course has the caveat that if the visible column set changes, an new api call would have to run - but maybe that's not such a bad thing.