how to fetch record in datatable lightning component
Answers
Answered by
1
Explanation:
Set the server data on the data attribute. Display data based on the data type by defining the columns object on the metadata attribute. To hide the checkbox column and disable selecting of rows, set selectableRows to false in the metadata. Data Table with Selectable Rows.
Similar questions