Funcionarios - remote table

Renders the published funcionarios contract as a remote table, proving that a real API can materialize a usable screen before any bespoke Angular page exists.

Funcionários - tabela remota — Materializa o contrato publicado de funcionários como tabela remota, provando que uma API real pode virar tela antes de existir uma página Angular feita à mão.

What this recipe demonstrates

An HR team needs to browse real employees without waiting for another Angular screen. The example starts from the API-published contract and materializes the collection directly as an operational surface.

Expected outcome: The visitor sees remote data, pagination and column structure emerge from the same source of truth that can govern other experiences.

O que esta receita demonstra

Uma equipe de RH precisa consultar funcionários reais sem esperar pela implementação de mais uma tela Angular. O exemplo parte do contrato publicado pela API e materializa a coleção diretamente como uma superfície operacional.

Resultado esperado: O visitante vê dados remotos, paginação e estrutura de colunas nascerem da mesma fonte de verdade que continuará governando outras experiências.

Praxis components

  • praxis-tableMaterializes the employee collection, its selection and operational navigation over the published resource. / Materializa a coleção de funcionários, sua seleção e a navegação operacional sobre o recurso publicado.
  • praxis-dynamic-pageHosts the table as an identifiable surface and keeps its rowClick event available for future compositions. / Hospeda a tabela como uma superfície identificável e mantém seu evento rowClick disponível para composições futuras.

Related recipes

Open this JSON in Dynamic Page Studio · Inspect the machine-readable catalog