hello,
I am trying to implement tab with one of the column values in the table.
Ex. There is one column name -"years" and it has values like 2022, 2023, 2024. I want to create a tab with the option for each year i.e 2022,2023,2024 and it shows related records for that year. Can I use record type filter or is there any other way to do it?
Thanks in Advance!
Discussion posts and replies are publicly visible
Fetch the year in the list and loop in using forEach to display a button or link act as a tab and on click of the respective tab display the content.