datatable filter

datatable filter

nithya89nithya89 Posts: 2Questions: 0Answers: 0
edited April 2014 in General
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

Replies

  • allanallan Posts: 63,494Questions: 1Answers: 10,470 Site admin
    Please link to a test case showing the issue, as clearly stated in the forum rules.

    Allan
This discussion has been closed.