How to customize the table search field's style and alignment?
I would like to make it longer (wider) and possibly align it at the center of the table or at the left, instead of right. Is it possible?
2 Replies
I have the same problem. I would like to make the field wider.
Solution:
.fi-ta-search-field {
width: 350px;
}
The HTML Structure doesn't really allow it to be in the middle given how the gapping works. there is only 2 div's if there was 3 you could do it. But theres 2 one for actions, one for search etc.