ColumnFilterWidgets
ColumnFilterWidgets copied to clipboard
Filter alignment by column
Aligning the columns of the filter is a problem. When we do not exclude the column it can be aligned somewhat. It would be better if there was a short way in addition to the plugin
I usign this code:
$('#table thead').append('' + '<tr id="searchTr">'+ '<th></th>' + '<th></th>' + '</tr>'); $('#searchTr th:eq(0)').append($('.widget-0'));
thanks