I am using AjaxFallbackDefaultDataTable to create a table.
For sortable columns, wicket is currently creating an ajax link under each column name to make it clickable.
But I want to make the full column header clickable. Is it possible?
Add CSS to make a <a>block element in the column header
<a>
tr.headers th a { display:block }
Source: https://habr.com/ru/post/1769798/More articles:Cucumber: How to write fragment / step definitions in PHP? - ruby | fooobar.comShould I use open source software in my commercial application? - open-sourcePrinting columns using awk or cut? - scriptingHow can I get PHPUnit + Selenium to work faster? - performanceDownload Rails Files and View Updates - Howto? - javascripthow to edit the div of the main page from the child page? - c #Parsing and modifying a file in turn while saving EOL characters in Java - javaAndroid - indicates that the menu is available - androidimplement unix pipes in haskell - unixTwo-way WCF service operation does not return a response instead of an exception - wcfAll Articles