• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

esvit / ng-table / 719 / 1
95%
master: 93%

Build:
Build:
LAST BUILD BRANCH: strict-null-checks
DEFAULT BRANCH: master
Ran 20 Dec 2016 08:30AM UTC
Files 34
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Dec 2016 08:24AM UTC coverage: 94.754%. First build
719.1

push

travis-ci

ccrowhurstram
feat(ngTableSettings): nested options never undefined

This is part of supporting typescript strictNullChecks compiler option

BREAKING CHANGES

`ISettings`: replaced with `Settings` class and a type alias of `SettingsPartial`

`Settings.interceptors`, `Settings.counts`: arrays are cloned therefore any changes to the array will not be recognised

`settings(newSettings)`: any setting value supplied as undefined will now be substituted with its default value.

Instead of `undefined` you will need to supply a suitable value as described below:

* `counts` - an empty array to prevent the page size buttons rendering
* `filterOptions.filterDelay` - `0` to remove the debounce delay
* `filterOptions.filterDelayThreshold` - `null` so that a `dataset` of any size will have a `filterDelay` applied
* `groupOptions.sortDirection` - `''` so that grouped columns are NOT sorted by default
* `groupOptions.isExpanded` - `false` so that each grouped set of rows are collapsed by default
* `paginationMaxBlocks`, `paginationMinBlocks` - `0`

867 of 915 relevant lines covered (94.75%)

451.34 hits per line

Source Files on job 719.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 719
  • Travis Job 719.1
  • 9c88de6d on github
  • Next Job for on strict-null-checks (#720.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc