Closed nshahan closed 5 years ago
any hope of getting a data table anytime soon?
@TedSander any workaround for now?
Workaround would be ng-for or component per row and load it using ComponentLoader.
Is the Table component on the roadmap for Q4?
Work is still progressing on open sourcing the table component but we still can't commit to a specific timeline.
In general our we are focused on a large refactor and polish as we separate the components from other internal only infrastructure.
hello, is there any newest (meta issue) roadmap for Q4? (this issue has been 3 months old). thank you.
Hello, when are you going to put a DataTable examples (materials) for AngularDart that are available to use?
Carried over from Q2.
Carried over from Q2.
@ThePunisherYA7 We have been refactoring to support releasing our data table components and work is still making progress. I don't have a date for you at the moment.
This quarter we are spending a lot of time on this type of work. #356
Hi, is there a way to propose solution to data table.? For now I have working demo solution with data table that can receive data (sorting, filtering, searching, pagination, items per page selector, checkbox if necessary, translations, rows selecting, accept custom item e.g. menu...). Currently I am working on solution that can behave like jquery datatables with serverside option, so you could connect your data table to some stream pass a configuration and let table do the rest (table will also include ability to add custom css, change to flex and also have collapsing rows - to scale for device and have expand button to show details or row click to show rest ).
Link to data table screenshot: http://digital-nomad.hr/public_images/datatable-screenshot.png
@sandrija I'm happy to hear you have the components that are working for you. I'd encourage you to publish your data table as a package on pub. It doesn't make sense for us to include it in this package since we already have a data table that we use internally and have done work to open source it. We can't take on the maintenance cost of another implementation at this time.
@nshahan will it ever open source? this is 7 month after your statement!
@nshahan Any update about Material Snackbar?
Current Projects
We schedule our work a quarter at a time. Here is what we are working on right now.
Add new components.
Develop a proof of concept for externalizing page objects for testing and our component tests.
Setup as mono repo.
Improve the documentation generated in the component gallery generator.
Improve gallery and example usability.