Pagination issues with LIST with TABLESORTER?
Hi All,
I came across something odd today. I am using the following in the list to paginate the data - this tracker has 11 items and I have set the max pagination to 5:
Copy to clipboard
{pagination max="5"}
The list works fine and the pages show up correctly at this point.
BUT, if I have set pagination max="5" and I I have tablesorter used for the list I can't go to any other pages / pagination for items 6 - 11. I can only ever view the first 5 items, I can't even filter anything not within these 5 items.
Copy to clipboard
{tablesorter server="n" sortable="type:reset" tsortcolumns="type:text|type:none|type:none|type:none" tsfilters="type:text|type:dropdown|type:dropdown|type:text" }
The full LIST syntax is here:
Copy to clipboard
{LIST()} {filter field="tracker_id" content="6"} {filter type="trackeritem"} {pagination max="5"} {sort mode="modification_date_ndesc"} {OUTPUT(template="table")} {column label="Name" field="name" mode="raw"} {column label="Status" field="status" mode="raw"} {column label="Department(s)" field="depts" mode="raw"} {column label="Department(s)" field="desc" mode="raw"} {tablesorter server="n" sortable="type:reset" tsortcolumns="type:text|type:none|type:none|type:none" tsfilters="type:text|type:dropdown|type:dropdown|type:text" } {OUTPUT} {FORMAT(name="name")}{display name="tracker_field_POW_Name" format="trackerrender"}{FORMAT} {FORMAT(name="status")}{display name="tracker_field_POW_Status" default=""}{FORMAT} {FORMAT(name="depts")}{display name="tracker_field_POW_Depts" default=""}{FORMAT} {FORMAT(name="desc")}{display name="tracker_field_POW_Desc" default=""}{FORMAT} {ALTERNATE()}{REMARKSBOX(type="warning" title="There are no line items that can be displayed." close="n")}{REMARKSBOX}{ALTERNATE} {LIST}
Do you know what I'm doing wrong? I'm on v21.5 if it helps...
Thanks,
Leena