Hello!
In (list display-->table) when my code was:
It works well
But when I add search, pagination stopped working
In (list display-->table) when my code was:
<div style="float:right">_PAGINATOR_LIST_</div>
<div style="float:right">_PAGINATOR_NAV_</div>
It works well
But when I add search, pagination stopped working
<div style="float:left"><input type="text" style="width:250px" name="srch" placeholder="Search...." /><input type="submit" class="button" style="margin:0px;padding: 5px 15px;" name="submit" value="Search" /></div>
<div style="float:right">_PAGINATOR_LIST_</div>
<div style="float:right">_PAGINATOR_NAV_</div>