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
AK_SmithAK_Smith 

How to build a VF table with list of records from object for the Lightning home page

Hello! 
We want to display a list of birthdays to the lightning home page. 
I think I need to use the VF page.
Need to display user photo, name, date

And I need to filter only users with birthdays in the next 5 days
Rounak SharmaRounak Sharma

use <apex:page lightningStylesheets="true"> in  your VF page for making it lightning enabled.

Please let me know if it helped you or you still need any help for this.
and you can check this https://trailhead.salesforce.com/en/content/learn/modules/lex_dev_visualforce/lex_dev_visualforce_process for any other issues.

Please mark it as best answer if it helped you in any way.

thank you