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

need to set default pageSize of PrismaTable #186

Closed gtolarc closed 3 years ago

gtolarc commented 3 years ago

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

The setting to put pageSize in this part should be out. Can you add it to the props of PrismaTable? @AhmedElywa

AhmedElywa commented 3 years ago

you mean the options image

gtolarc commented 3 years ago

Yes, the default setting is 10, but I wish there was an option to change this.