function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RichardR1RichardR1 

How to best implement the table below

Hi all, what's the best way to implement something like this table below (made using PPT). It has to be inline editable and formattable exactly like in the image. The column headers don't need to stay merged.
User-added image
VinayVinay (Salesforce Developers) 
Hi Richard,

You can try using lighting datatable to achieve above.

Check below examples and you might need to make changes as per your requirement and design.

https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/example
https://sfdcmonkey.com/2020/12/03/data-table-pagination-checkbox-lightning/
https://salesforceoke.blogspot.com/2019/01/salesforce-lightning-component-data.html

Thanks,