-
-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
- OS: all
- Browser: all
Any turnaround for this issue ?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working