my pager:
my loader:
Sort by:
'html', 'sort_by' => 'bathrooms', 'js_row_renderer' => 'placesterListLone_createRowHtml', 'loading' => array ( 'render_in_dom_element' => 'my_loader_div' ), 'pager' => array ( 'render_in_dom_element' => 'my_pager_div', 'rows_per_page' => 10, 'css_current_button' => 'pager_item_current', 'css_not_current_button' => 'pager_item_not_current', 'first_page' => array('visible' => true), 'previous_page' => array('visible' => true), 'numeric_links' => array ( 'visible' => true, 'max_count' => 10, 'more_label' => '..more..', 'css_outer' => 'pager_numberic_block' ), 'next_page' => array('visible' => true), 'last_page' => array ( 'visible' => true, 'label' => 'go last' ) ), 'attributes' => array ( 'bathrooms', 'price', 'images', 'description', 'url', 'location.city', 'location.state', 'location.address', 'location.zip', 'bedrooms', 'id' ) ));