Instead of having a drop-down for the sLengthMenu I would like to have a series of <a> tags, like the following:
The question is, how do I tie that to use the already dataTable feature like the drop-down already uses. Ideally I would like the user to click 100 and act is if the user had click the 100 from the drop-down.
"sLengthMenu" : '<a class="length_button">25</a>' + '<a class="length_button">50</a>'+ '<a class="length_button">100</a>'
The question is, how do I tie that to use the already dataTable feature like the drop-down already uses. Ideally I would like the user to click 100 and act is if the user had click the 100 from the drop-down.