datatable filter
datatable filter
when the datatable is so wide, the filter not appearing at the top right of table.
my css code is:
.dataTables_filter
{
float: right;
text-align: right;
width: auto;
/*border: 1px solid #DBDBDB;*/
padding-right: 5px;
border-radius: 10px 10px 10px 10px;
}
how to place filter at the table right regardless of table width
my css code is:
.dataTables_filter
{
float: right;
text-align: right;
width: auto;
/*border: 1px solid #DBDBDB;*/
padding-right: 5px;
border-radius: 10px 10px 10px 10px;
}
how to place filter at the table right regardless of table width
This discussion has been closed.
Replies
Allan