Mysql and HTML only
Mysql and HTML only
Netorgreen
Posts: 10Questions: 1Answers: 0
Hi,
I just tested mysql with datatables the result was: http://list.lowendserv.net/test/
HTML: http://list.lowendserv.net/test.php
As you can see the mysql version is a bit squeezed, how can i fix this?
Thanks
I just tested mysql with datatables the result was: http://list.lowendserv.net/test/
HTML: http://list.lowendserv.net/test.php
As you can see the mysql version is a bit squeezed, how can i fix this?
Thanks
This discussion has been closed.
Replies
[code]
table.dataTable tbody td {
white-space: nowrap;
}
[/code]
to your CSS.
Allan
As example: When i press on Memory on the HTML version it sorts correctly, when i try the same in the mysql version it dosent sort correctly.
Any idea?
Allan
http://cdn.ikarusbasis.info/dl/screenshots/2014-01-10_120514.png
My Sort in javascript:
http://cdn.ikarusbasis.info/dl/screenshots/2014-01-10_120605.png
Serverprocessing:
http://cdn.ikarusbasis.info/dl/screenshots/2014-01-10_120659.png
Did i something wrong? because its the same configuration as HTML.
On a row, or a column header? Its the header than needs to be clicked upon.
I've just tried your page at http://list.lowendserv.net/test/ and it seems to work okay in that regard for me.
Allan