| Option | Default | Description | 
|---|---|---|
| showSpeed | 15 | The speed of the show/reveal | 
| showEasing | 'linear' | The easing of the show/reveal | 
| hideSpeed | 50 | The speed of the hide/conceal | 
| hideEasing | 'linear' | The easing of the hide/conceal | 
| width | 'auto' | The width that the data will be truncated to - ('auto' or px amount) | 
| ellipsis | true | Set to true to enable the ellipsis | 
| title | false | Set to true to show the full data on hover | 
| afterShow | $.noop | The callback fired after the show/reveal | 
| afterHide | $.noop | The callback fired after the hide/conceal |