Open
Description
Q | A |
---|---|
Bundle version | 6.6.1 |
Symfony version | 7.2.3 |
PHP version | 8.3.15 |
Support Question
Hi,
I need to sort one column with null values end.
I should see that we can sort by many fields but not with differents direction.
Here an example of what I need:
{{ knp_pagination_sortable(items, 'Date', ['updatedAtNullValues', 'updatedAt'], {}, {direction: 'desc+asc'} }}
Can you propose me one solution?
Thanks a lot