If I'm not wrong, present FlexJS MDL style is little out-of-date. I found
this link to MDL git site, where it's mentioned that
'mdl-data-table--selectable' use is deprecated. But present FlexJS Table
class still using this specific style:
https://github.com/google/material-design-lite/wiki/Deprecations#automatic-selection-checkboxes.

Anyway, following the current style way, I able to address the selected
items problem to some extent. Please, check this link for a demo:
http://moonshine-ide.com/wp-tests/santanu/mdlTests/MDLExampleTableOnly.html. 

*Known Issue: *
# Clicking on column header checkbox do not updates selected items to Table
class.
# At present working with Table having checkbox only

*Covered:*
# Click on row selects/highlights the row, along with it's associated
checkbox selection
# Clicking on row or selecting by checkbox both works similar way
# Row selection now dispatches table's Event.CHANGE event
# New field added to table 'selectedItems', an Array of selected objects

Carlos, if you want to take a look into the Table and renderer
implementation, I can pass you the code files. I'm sure mine implementation
may not be as fine as if others will do, and having more understanding to
these, but anyway I able to do this much and it's working for me. 

Thanks!



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-develop-MDL-Table-component-and-example-initial-implementation-tp58260p58727.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to