Class: GraphqlDatatable

GraphqlDatatable

A custom datatable powered by GraphQL instead of Apex.
Source:
Example
<c-graphql-datatable
  object-api-name="Contact"
  fields="Name,Email,Phone"
  enable-pagination
  page-size="25"
></c-graphql-datatable>

Extends

  • LightningElement