Access to React Admin Components

2025/01/23 6:04 AM

Are admin components like a paginated table accessible (with documentation if any) when extending the admin interface?

Answers

2025/01/23 2:55 PM
Accepted answer

If you follow the documentation and utilize the suggested approach to build your modules and XbyK UI, those peieces will automatically be included with your module.

If you're looking to extract an individual component like pagination to use within and extend your custom component, I cannot say if it is available or not yet.

To response this discussion, you have to login first.