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!