
Is there simple code I can use to create a Visualforce page that is nothing but a summary report table with 5-15 rows (and has no charts or graphics)? I'd like to embed the Visualforce code into a Lightning home page, and for different reasons, neither a dashboard or report chart will work. I already have the report created.
Thanks!
2 commentaires
Why do you need the VF page? you can consider declarative options like the List component, or programmatic component options like lightning:listView or lightning:datatable in a custom component depending on the level of customization needed (see https://developer.salesforce.com/docs/component-library/bundle/lightning:listView/documentation ).
curious why a table component in a dashboard exposed via the dashboard component won't work?