Ignacio Rossi
Ignacio Rossi
Hi @hossameldeen, have you checked the comments?
My bad, the comment has been pending to send for weeks, [here it is](https://github.com/irossimoline/angular4-material-table/pull/18#discussion_r199328318). Thank you @hossameldeen.
Hi @jgomesmv, sorry for the delay. I've checked it an read about this breaking backwards compatibility change. Maybe that currently solves the error message, but I'm not confident it will...
Hi @massimo-ua, Now the code and Readme are updated to reflect this: you can check the changes on [this commit](https://github.com/irossimoline/angular4-material-table/commit/f252b40aa28e5f705abd98d764efae977585ec64). Users could still choose between `reactive-forms` and `template-driven`, the one...
Hi @MarcoLasticot, I think it could be done with a kind of big refactoring, but to keep being backwards compatible we must consider: - Do not enforce to depend on...
Hi @boazhuisman, sure I would love a solution that takes backwards compatibility into account. I've created a branch named `feature/allow-extend-material-table` and added you as a collaborator, so you can start...
Hi there @blavenie, sorry for the (huge) delay! I have been very busy lately, but I see you have done some amazing work here. 🎉 I'll try to reach you...
Hi @lakinduakash , I think it's a library dependency issue, so no extra action required but to reinstall it. If you have an additional comment about this, please feel free...
Hi @lakinduakash, [There is already an issue regarding this](https://github.com/irossimoline/angular4-material-table/issues/15). As I currently don't have much bandwidth, I can't take in short term, but any help regarding it will be appreciated.
Hi @cindylulu, You can access datasourceSubject, which is an array with the data in the table. Currently the is no outer access to rowsSubject, because that doesn't have to be...