You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-ads-table-tree

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ads-table-tree - npm Package Versions

13

2.3.0

Diff
a
arnedesmedt
published 2.3.0 •

Changelog

Source

v2.3.0 - 07/03/2019

  • Reset the sort. The next click after sorting the rows ascending and descending will reset the sorting to the initial sort.
  • Group rows by a specific column value or use a closure that processes the column value first.
a
arnedesmedt
published 2.2.1 •
a
arnedesmedt
published 2.2.0 •
a
arnedesmedt
published 2.1.1 •
a
arnedesmedt
published 2.1.0 •

Changelog

Source

v2.1.0 - 15/02/2019

  • Combined the basic table component and the async table component back to one component
  • Added an excel export
a
arnedesmedt
published 2.0.0 •

Changelog

Source

v2.0.0 - 04/02/2019

  • Split the table tree in 3 components:
    • the basic table component
    • the async table component
    • the full component (with a filter box and a pagination component)
a
arnedesmedt
published 1.5.0 •

Changelog

Source

v1.5.0 - 27/01/2019

  • Make it possible to show/hide columns.
a
arnedesmedt
published 1.4.1 •
a
arnedesmedt
published 1.4.0 •

Changelog

Source

v1.4.0 - 27/01/2019

  • Add underscores as a prefix to the meta data of row objects.
  • Removed the possibility to don't store async items in the cache.
  • Don't create new objects from rows and columns but use them as they were created.
a
arnedesmedt
published 1.2.5 •

Changelog

Source

v1.2.5 - 18/12/2018

  • Use system ui as the table tree font
  • Remove the table title by default because you will not use a title with the value 'title'.