Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to increase the width of the Filter Bar Component

    How to increase the width of the Filter above the Grid.
    I want it to display the Component untill the Last column in Grid. How to do that ?
    Attached Files

    #2
    The FilterEditor is already the full width of the grid, as it provides field-by-field filtering. You just have the other fields configured to not be searchable for some reason.

    If you don’t want field-by-field search, and you want to search all fields of the grid from a single input, you should just create a separate DynamicForm for that single input, make it as wide as the grid, and submit criteria from it to the grid’s filterData() method.

    Comment

    Working...
    X