SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.92k stars 1.23k forks source link

How to use for Smart Filter for customize views #4008

Closed coderjinhui closed 4 months ago

coderjinhui commented 4 months ago

OpenUI5 version: 1.120.4

Browser/version (+device/version): chrome/latest

We find there's the view management for Smart Filter and would like to set some default views by using Smart Filter. But we don't know how to implement it.

The following is the requirement:

  1. There are 4 predefined views and every user will see it.(such as "View All Data", "View Today Data", "View Yesterday Data", "View 10days Data")
  2. User can switch these predefined views. (Such as user select the "View Today Data")
  3. User can create new views and set new views as default.
  4. If new view is default view, user will see it as default.
  5. If there's no default view, the page will show predefined view as the default view. (e.g. page will open "View All Data" if there's no default view)
  6. User can set the predefined view as default.(e.g. user can set "View Today Data" as default)
  7. User cannot modify/delete the predefined views.
  8. User can open the specific view by url parameters. (e.g. urlxxx?view="View Yesterday Data", page will show "View Yesterday Data" view)

After I take research on Smart Filter, it seems not possible to implement. Do you know how to use Smart Filter to implement these functionallity? or is there any other controls to do that?

TeodorTaushanov commented 4 months ago

Hi,

SmartFilterBar is part of SapUI5 not of OpenUI5. GitHub is a place for managing issues for OpenUI5 only. Please, open a ticket in SAP ticket system for managing incidents, like

https://launchpad.support.sap.com/

Greetings, Teodor