How to create custom list page?
Hi. I wanted to know how to create a custom list page.
6 Replies
Create a resource page as per the docs. Then use the table builder on it
Aren't resources just for CRUD? And also the table I want to create a list from, already has a resource but in this custom list I want to show it in two columns
resources are CRUD by default, but you can add multiple custom pages to them
or, you can create a custom page outside of a resource and add the table builder to that
how can I do this?
I mean in which method in a custom page should I specify the table builder
Read the docs
I really search in the Docs, but didn't find
Can you please give me the link where I can find it in the doc?
I found it, but reading the code, not the doc
1. Extend your custom page from
ListRecords
2. Use this view
3. Add table
function
4. Add getTableQuery
function