--- title: Dashboard Display Filters --- Currently Dashboard Display Filters do not have that much core support as Metadata Plugins, but there is different strategies for an Angular migration: 1. The best option is to replace your Angular filter with one of the core filters [Named Filter or Metadata Filter](/customising/advanced/editor-configuration/display-filter/llms.txt) 2. The second best option is to replace it with a [Custom List V2 Filter](/guides/editor/custom-dashboard-filters/llms.txt) 3. The least proposed solution is to create a [Custom Vue Component Filter](/guides/editor/custom-dashboard-filters/llms.txt)