Use lightning/uiListsApi module’s new wire adapters to programmatically create, update, and delete list views rendered with LWC. Use the new wire adapters to get a list view’s record data, get and update a list view’s preferences or get the list views associated with an object or the metadata for a list view object. Previously, only the getListInfoByName and getListInfosByName wire adapters were available. Lightning/uiListsApi module includes the following new wire adapters:
- createListInfo
- deleteListInfo
- getListInfosByObjectName
- getListObjectInfo
- getListPreferences
- getListRecordsByName
- updateListInfoByName
- updateListPreferences