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
Pavushetti Abhilash 3Pavushetti Abhilash 3 

Create custom listview

Hi Everyone.
I have developed Custom Listview In LWC, where users can fetch record based on listview. 
I need to create button, where button allows user to CREATE NEW LISTVIEW same as like standard one. Here criteria required with three fields Ex: Recordtype equals to somevalue. After saving, created LIstView should save in Listviews.
How can I achieve this. 

Thanks 
Geoffrey HillsGeoffrey Hills
As the simple ListView, custom ListView also uses Adapter classes which added the content from data source (such as string array, array, database etc). Adapter bridges data between an AdapterViews and other Views

https://www.kdealer.org/