John Emmerechts
John Emmerechts
### Describe the bug Hello @sadmann7, The useDataTable is currently always adding "createdAt.desc" to the URL, as it is the default sort in the use-data-table schema constant. This is an...
### Feature description Could you add a boolean filter ? Many thanks in advance :) ### Additional Context Actually we can filter by search text, by selectable options, there is...
### Describe the bug If inside the xxx-table-column we add enableSorting:true and enableHiding:false to a column definition, the column header keep showing hide option in the dropdown menu. We can...
### Provide environment information turbo dev ### Describe the bug inside a client component: import { schema } from "@acme/db" Seems to load the whole index.ts and so return env...