ColumnFilterWidgets icon indicating copy to clipboard operation
ColumnFilterWidgets copied to clipboard

Filter alignment by column

Open haytefli92 opened this issue 7 years ago • 0 comments

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

haytefli92 avatar Jun 15 '17 22:06 haytefli92