Simple-Paging-Grid icon indicating copy to clipboard operation
Simple-Paging-Grid copied to clipboard

Lightweight HTML / JavaScript grid designed with Twitter Bootstrap in mind for dynamic server loaded and client embedded data.

Results 7 Simple-Paging-Grid issues
Sort by recently updated
recently updated
newest added

i set pagesize=1 in cellTemplates example . the celltemplate is not rendered . normal: ![image](https://f.cloud.github.com/assets/2715115/1733633/dbdc9ef8-633a-11e3-8347-7502410ffa33.png) pagesize=1: ![image](https://f.cloud.github.com/assets/2715115/1733608/a8904bd0-633a-11e3-8ca2-178225e11962.png)

Hello! I have found your application at github. Is it possible to send an Ajax request to the server by 'Simple Paging Grid'? I would like to pass some parameters...

I'm using the pageRenderedEvent to wire up some extra functionality to data rows. However the first time it fires it is called before the table is added to the DOM,...

This bug happens when the page size is smaller that the total columns... it is just a simple coding mistake.

For browsers that return true for supportsHistoryApi (i.e. Chrome): init() calls _refreshData [1], followed by _registerHistoryEvents. _registerHistoryEvents calls _parseUrl, which calls _refreshData [2]. This ends up calling the dataFunction twice....

When data are provided as a table, sorting by numeric column returns data in incorrect order. This is caused by invalid sorting conditions in the _refreshData function: ``` if ($.isNumeric(aVal))...

I added to _showLoading: this.$element.find('.loading').remove(); because I saw problem with duplicate loading element. eg when refresh grid few times ``` _showLoading: function() { if (this._settings.showLoadingOverlay) { this.$element.find('.loading').remove(); this._loadingOverlay = $(this._settings.templates.loadingOverlayTemplate());...