v1.0.0-rc.9
Pre-release
Pre-release
[1.0.0-rc.9] - 2016-12-10
Added
- Ability to show text when no data is return or when filter and/or search has no matching results, see issue #24
- Pagination component, see issue #2
- Ability to pass default options to table, see docs
- Loading state for table rows waiting for data (only when lazy loading), use
tr.row-loadingto style loading rows - Table info component, see examples
Fixed
- Searching table now updates total number of pages correctly
- Searching function now supports åäö and other strange characters
- Handling of null values, see issues #32 and #35
Breaking changes
- Lazy loading will by default not cache data, override using
gt-optionsand setcachetotrue GtPaginationhas been replaced withGtInfoand properties have changed names, see docs- Highlighting of search terms when using
[gtLazy]=truehas changed, set search terms in your server response, see docs GtTextsnow uses camel case instead of dash case so in case you've changed the default texts you need to change fromno_matchtonoMatchetc.- Event property names have changed from
pagetocurrentPageand frompageLengthtorecordLengthto match names used byGtInformation