dom elements change position
dom elements change position
Grigore
Posts: 15Questions: 4Answers: 0
I have in header :
http://postimg.org/image/goiy8efqb/ and i want to change the elements to this http://postimg.org/image/uyygwdyej/ .
and in footer :
http://postimg.org/image/irtz42uk1/ to http://postimg.org/image/jlb6afpyp/.
I have look over https://datatables.net/examples/basic_init/dom.html but can't manage to get the results i want ..
Thanks for your time.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Any help with my problem ?
Thanks.
Can you link to your page please (as required in the forum rules). It sounds like there is a CSS issue.
Allan
Here you go .... http://www.my-web-projects.com/ajax/main/table
Add:
to your CSS. Or remove the margin-bottom option for that selector from the CSS file.
Allan
Added and i added :
div.dataTables_paginate {
margin-top: -30px;
}
for paginations but still can manage to change the "show 25 entries " to be on the same row as search ...
Add padding to the top of
div.dataTables_length
element perhaps.Allan