Table and filter position
Table and filter position
strider-dt
Posts: 1Questions: 0Answers: 0
Hello. I'd like to change a little look of my table. What i need is to filter to be located above table, at the left side of page. Table must be under the filter, all-page-width(absolute width).
I've changed demo_table_jui.css for filter from 'right' to 'left':
[code].dataTables_filter {
width: 50%;
float: left;
text-align: left;
}[/code]
Now it looks like this:
http://img691.imageshack.us/img691/7688/dtposition.png
I'm asking of help to solve this problem.
Thanx
I've changed demo_table_jui.css for filter from 'right' to 'left':
[code].dataTables_filter {
width: 50%;
float: left;
text-align: left;
}[/code]
Now it looks like this:
http://img691.imageshack.us/img691/7688/dtposition.png
I'm asking of help to solve this problem.
Thanx
This discussion has been closed.