paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
683 stars 54 forks source link

basic filters export for custom table #184

Closed gtolarc closed 3 years ago

gtolarc commented 3 years ago

It would be nice to export basic filters that can help with custom table columns.

https://github.com/paljs/prisma-tools/blob/master/packages/admin/src/PrismaTable/index.tsx#L31

export { PrismaTable, TableContext };
export * from './Table/Filters'; // <- Can you add this part?
AhmedElywa commented 3 years ago

you will see in the next release