Sorting columns merged in header (colspan > 1)

I have a table with some columns.
One of them is merged in the header with the next one. I need to have ability to sort only the first of them, but sort sign and sorting are working for the second one.
How can I force sorting for the first of merged in header columns which have colspan = 2.

Example. Code Snippet
Here I need to enable sorting for ‘title’ column.

Thank you!

Hi @russell ,
You can use custom sorting in that case.
You can apply sorting for the second merged column but the sorting will be done for the fisrt one.
Please, check the snippet: Code Snippet

1 Like

Thank you. Very helpful.
Have a great day! :heart: