Positioning with sDom
Positioning with sDom
Hi there,
Firstly thank you for a great plugin. Integration with Jquery UI is brilliant too. Hope you can help me out with a problem.
I have server side pagination (using SQL_CALC_ROWS) as we can bring back thousands of rows and it takes too long to render, however I would like the filter in a very specific location but cannot seem to do it using sDOM. Is there any way I can add the search filter to my div that holds all the pagination info. Alternatively is there anyway i can add custom html to the container divs that hold the filter info?
Thanks again....
Spiro
Firstly thank you for a great plugin. Integration with Jquery UI is brilliant too. Hope you can help me out with a problem.
I have server side pagination (using SQL_CALC_ROWS) as we can bring back thousands of rows and it takes too long to render, however I would like the filter in a very specific location but cannot seem to do it using sDOM. Is there any way I can add the search filter to my div that holds all the pagination info. Alternatively is there anyway i can add custom html to the container divs that hold the filter info?
Thanks again....
Spiro
This discussion has been closed.
Replies
Can you show us what you are doing here. It might help to shed some light on what you are trying to achieve.
Have you tryed the following for sDom? :
[code]
"sDom": '<"top"ir>t<"bottom"lpf><"clear">'
[/code]
Regards,
Izzy
Regards,
Allan
Cheers !