cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Filter alignment by column #44

Open haytefli92 opened 7 years ago

haytefli92 commented 7 years ago

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