Skip to content

Numeric column type Filter row (Always aligned to right) #540

@DevMetwaly

Description

@DevMetwaly

For a numeric column type, filter row always aligned to right side.
I tried to include align:'left' in column properties, but it only effect the table cells.

  {
      filtering: true,
      type: 'numeric',
      align: 'left',
      cellStyle: { whiteSpace: 'nowrap' },
      title: strings.msg_documents_count, field: 'documentsCount',
      render: (rowData) => rowData.documents.length,
  },

Expected behavior
Filter row alignment should deepened on align property passed through column object

Screenshots

table
devtool

  • OS: all
  • Browser: all

Any turnaround for this issue ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions