You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: