Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created June 12, 2022 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/d2acc6f89dc7676c49cbdf160107328e to your computer and use it in GitHub Desktop.
Save arun12209/d2acc6f89dc7676c49cbdf160107328e to your computer and use it in GitHub Desktop.
<template>
<lightning-card title="Data Table" icon-name="utility:table">
<div style="height: 400px;">
<lightning-datatable
key-field="id"
data={data}
columns={columns}
>
</lightning-datatable>
</div>
</lightning-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment