Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

File metadata and controls

35 lines (26 loc) · 1.1 KB

QdtSelectionToolbar

QdtSelectionToolbar

This creates a search input field based on Leonardo UI - input.

Html Code

<QdtComponent
  type="QdtSelectionToolbar"
  props={{
    cols: ['Case Owner'], 
    options: { 
      placeholder: 'Search Case Owner' 
    },
  }}
/>

Properties

prop type description
cols Array [dimension]
invert Boolean false
placeholder String Search for
tooltipDock String 'top', 'right', 'bottom', 'left'
tooltipContent String <h5>Tooltip Header</h5> more content here.
showGo Boolean false