Skip to Main Content

Breadcrumb

Examples

Erasing the "Date Picker" value

In this example we are adding a clear button to the "Date Picker" items. You can choose the side the clear icon appears on using the "Orientation" attribute.

Expected format: DS
Expected format: DS

 

Change the Icon

You also have the ability to change the icon and optionally define your own custom icon in the "Icon" attribute e.g.

Expected format: DS
Expected format: DS

 

Icon or Text?

Using the "Button Template" setting you have the ability to show an Icon, an Icon with Text, or Text only e.g.

Expected format: DS
Expected format: DS
Expected format: DS
Expected format: DS

FAQ

  • The tooltip is not working with disabled buttons/items, what's wrong?

    It's a known issue and unfortunately there's no real solution, only a workaround to handle the situation, which is basically to add a wrapper the disabled element.(Read more about it in this GitHub issue.)

  • I added tooltips to report/grid cells, but they're gone after refresh. What can I do?

    If your affected elements are rendered after the initialization of the plug-in i.e. dynamically, then you should ensure that your dynamic action "Event Scope" attribute is set to "Dynamic" or you listen to an event that is called every time the content is rendered like "After Refresh" or "Page Change[Interactive Grid]".