name: create-table description: Build erxes table and list screens with existing RecordTable, cursor pagination, filters, loading states, actions, and command bar patterns.
Skill: Create Table Page
Workflow
- Find existing table page
- Reuse the existing table pattern; frontend plugins commonly use
RecordTable - Match pagination behavior
- Match filter/search behavior
- Match loading states
- Match action button layout
- Reuse existing empty states
- Match bulk action and command bar behavior when the nearby table has it
- Run focused validation:
pnpm nx lint <plugin>andpnpm nx build <plugin>
Important
- Preserve existing UX patterns
- Avoid custom table systems
- Reuse existing components first
- For cursor lists, prefer existing
useRecordTableCursor,validateFetchMore, andRecordTable.CursorProviderpatterns