Skip to content

enhancement: add list API call for business entity in table.js and tableproviders.js to enable proper table schema generation #46

Description

@glitched-matrix44

Summary

Add support for Business Entity list APIs in table.js and tableproviders.js so that table schema generation works correctly for Business Entities.

Problem

Currently, table schema generation only supports standard entity list APIs. Business Entities require their own list API integration, causing schema generation and table rendering issues.

Proposed Changes

  • Add Business Entity list API handling in table.js
  • Update tableproviders.js to support Business Entity data sources
  • Ensure table schema generation works for Business Entities
  • Maintain backward compatibility with existing entity tables

Acceptance Criteria

  • Business Entity list API can be called from table components
  • Table schema is generated correctly for Business Entities
  • Existing entity table functionality remains unaffected

Metadata

Metadata

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions