Closed
Description
Hi I tested with following code but the page number display area seems not working with $("#id") selector but only with pageDisplay : '.pagedisplay', // location of where the "output" is displayed.
<span class="pagedisplay"></span> this can be any element, including an input -->
pager_selectors: {
container : '.pager', // target the pager markup (wrapper)
pageDisplay : '.pagedisplay', // location of where the "output" is displayed
}
Please confirm this is a bug or not. Also I have many tables to be displayed on a page and all of them are using table sorter. Please suggest. Thanks.