Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-material-data-table

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-material-data-table - npm Package Versions

2

0.10.10

Diff

Changelog

Source

Version 0.10.10

December 14, 2016

Future Proofing

  • Merge #517 from @christophercr to change the restriction on the mdTableProgress directive from class name to attribute to support newer versions of AngularJS.
daniel-nagy
published 0.10.9 •

Changelog

Source

Version 0.10.9

April 26, 2016

Bug Fix

  • Removing one time binding from pagination limit options.
daniel-nagy
published 0.10.8 •

Changelog

Source

Version 0.10.8

April 23, 2016

New Feature

  • You can now map language to limit options using the label and value properties, e.g.

    ctrl.limitOptions = [5, 10, 15, {
      label: 'All',
      value: function () {
        return collection.length;
      }
    }];
    
daniel-nagy
published 0.10.7 •

Changelog

Source

Version 0.10.7

April 19, 2016

Bug Fixes

  • Fix bug where pagination page number would disappear.
daniel-nagy
published 0.10.6 •

Changelog

Source

Version 0.10.6

April 19, 2016

Bug Fixes

  • Fixing bug where changing the orderBy property of a column would add an additional sort icon.
daniel-nagy
published 0.10.5 •

Changelog

Source

Version 0.10.5

April 9, 2016

Bug Fixes

  • Fixing bug in pagination directive where the number of pages was always equal to the number of rows in the table.
daniel-nagy
published 0.10.4 •

Changelog

Source

Version 0.10.4

April 5, 2016

Improvements

  • Pagination is now usable on mobile.
  • More safeguards in pagination directive against performing calculations on NaN.

Bug Fixes

  • Fixing issue where errors would be thrown if row selection was not enabled.
daniel-nagy
published 0.10.3 •

Changelog

Source

Version 0.10.3

April 1, 2016

Bug Fixes

  • The pagination directive will now display 0 - 0 of 0 if the total is zero.
daniel-nagy
published 0.10.2 •

Changelog

Source

Version 0.10.2

March 30, 2016

Bug Fixes

  • Fixes bug where the select all checkbox would not be added to subsequent tables.
daniel-nagy
published 0.10.1 •

Changelog

Source

Version 0.10.1

March 27, 2016

New Features

  • Pagination elements may now be disabled with the ng-disabled attribute.

Bug Fixes & Improvements

  • When the total changes, the pagination directive will check if the current page is greater than the total number of pages. If it is greater, the page will be set to the last available page.
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc