-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TableDataSource should extend MatTableDataSource instead of DataSource #15
Comments
Hi @MarcoLasticot, I think it could be done with a kind of big refactoring, but to keep being backwards compatible we must consider:
This would require a quite big amount of work, I'm not sure I could tackle it soon. Anyway, if someone want to help with it, it would be appreciated. |
Hey guys! Was there any advance with this issue? |
Hi guys, |
He @irossimoline , I'd be willing to help taking into account backwards compatibility. But I'd like to do it together since you're the author. Maybe we can set up a feature branch or something? |
Hi @boazhuisman, sure I would love a solution that takes backwards compatibility into account. I've created a branch named I don't have much available time right now, but please mention me anywhere you need extra help and I'll be willing to help you. |
Any update on this issue |
Hi irossimoline,
First of all, what you've developed is very cool and useful.
I think it could even be better with few changes.
TableDataSource should extend MatTableDataSource instead of DataSource. Like that, TableDataSource would inherited the filter and sort methods which are provided OOTB by Material.
The text was updated successfully, but these errors were encountered: