## Changelog ### 1.1.0 * Fix old firefox browser display error. * Add minimunCountColumns option. * Update the table body header implementation and resetView method. * Remove bootstrapVersion option. ### 1.0.6 * Add jQuery events. * Add ```onDblClickRow``` event and ```onAll``` event. * Add ```singleSelect``` option. * Search improvent: add a timeout and trigger the search event when the text has changed to improve the search. * Scroll to top after data loaded. * Add ```toolbar``` option. * Add ```rowStyle``` option. * Add ```bootstrapVersion``` option. ### 1.0.5 * Update the pagination list position. * Update ```queryParams``` option. * Add ```contentType``` and ```onBeforeLoad``` options. * Add server side pagination(```pageSize, pageNumber, searchText, sortName, sortOrder```). * Add ```COLUMN_DEFAULTS```. * Add ```refresh``` method. * Add ```index``` argument in ```formatter``` function. * Update card view display. ### 1.0.4 * Add ```showLoading``` and ```hideLoading``` methods. * Add ```onLoadSuccess``` and ```onLoadError``` events. * Add ```clickToSelect``` option. * Add ```cardView``` option. * Add loading with ```formatLoadingMessage``` function. * Add ```idField``` option. ### 1.0.3 * Update fixed headers. * Add zh-TW locale file. * Add ```showColumns``` option and ```visible``` column option. * Update ```hideHeader``` option to ```showHeader```. * Add ```formatNoMatches``` locale function. * Add table events. ### 1.0.2 * Add i18n support. * Add ```selectItemName``` option. * Update the ```pageList``` default. * Add ```search``` option. * Add ```destroy``` method. * Add page list support. ### 1.0.1 * Add ```pagination``` support. ### 1.0.0 * Initial release