Commit graph

15 commits

Author SHA1 Message Date
Praneet Loke
ceeb1c37c2 Change subTotal to a computed property. 2017-05-07 17:40:25 -07:00
d3radicated
e084bdc9ee Fix subtotal not updating (#625) 2017-05-07 19:49:43 -03:00
Paul Schmidt
ed4c9c5cba Dont overwrite currentSize of mdTablePagination (#692)
* Dont overwrite currentSize of mdTablePagination with
the first value from mdPageOptions.

Check the value currentSize if it is in the array of options and set it, otherwise just take the (default) first option.

* map props default value to local data property

* allow passing the prop as a string value

by parsing it as an int
2017-05-07 19:39:38 -03:00
Marcos Moura
ee17f32a74 Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  refactor property names to make more sense #517 (#521)
  fix pagination not enabling next button when total changes #482. (#517)
2017-02-21 18:15:29 -03:00
Praneet Loke
b380dcfca6 refactor property names to make more sense #517 (#521)
* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.

* Improve code readability for the fix done for #482.
2017-02-16 16:53:09 -02:00
Praneet Loke
cde4710cf0 fix pagination not enabling next button when total changes #482. (#517) 2017-02-16 11:47:34 -02:00
Marcos Moura
ddeb48d0e9 add name to all components 2017-02-13 00:40:43 -02:00
Marcos Moura
fe1d3ce977 fix regression of @click handler #454 2017-02-08 04:38:43 -02:00
Marcos Moura
b83236d628 create responsive grid 2016-12-14 02:35:10 -02:00
盛洁
e2da777d8d fix display of total items on md-table-pagination (#190) #181
* fix : tablePagination md-total bug

to display the right number , not always Numer.MAX_SAFE_INTEGER or
“false”

* fix : table pagination template part
2016-12-14 02:26:19 -02:00
Jonatas Walker
4c6ef97424 add reference of currentPage in mdTablePagination (#166)
* Fix table pagination

* use totalItems instead of mdTotal in the template
2016-12-07 18:44:27 -02:00
Marcos Moura
a50ed675f7 create table documentation with the new template 2016-12-01 01:39:06 -02:00
Marcos Moura
0cb64cb8ec Finish table specs 2016-11-14 18:53:06 -02:00
Marcos Moura
16bc1dbda7 Create pagination HTML 2016-11-03 01:36:30 -02:00
Marcos Moura
8a7a4e3908 Create empty pagination component 2016-10-31 01:41:56 -02:00