Skip to content

headerFilter 'list' position #4285

Description

@dbauszus-glx

Is it possible to control the positioning of the input 'list' element used in a headerFilter with Tabulator 5.5.2?

I created a very basic example on codepen:

new Tabulator(document.getElementById("Table"), {
  layout: "fitColumns",
  columns: [
    {
      title: "Number",
      field: "number"
    },
    {
      title: "Letter",
      field: "letter",
      headerFilter: "list",
      headerFilterFunc: "in",
      headerFilterParams: {
        values: ["A", "B", "C", "D"],
        multiselect: true,
        clearable: true
      }
    }
  ],
  data: data
});

The list input is off the screen...
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Possible BugA possible bug that needs investigation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions