FIREBASE_UI - REWRITE of the TableBuilder #8569
Replies: 2 comments 1 reply
-
I think the first good step is to outline the problems of the existing implementation.
What is hard to customize with existing implementation?
Are there ways to add this functionality to the existing code instead of rewriting it? @rrousselGit is an original author of the |
Beta Was this translation helpful? Give feedback.
-
I'm not against a rewrite, but we need issues talking about the problem first. Could you make one issue per problem with the current implementation? So that we can discuss about them individually Otherwise it's difficult to move forward as that proposal is a bit too broad at the moment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@lesnitsky @rrousselGit
Is there a process to propose a complete REWRITE of the TableBuilder.
I can provide the draft implementation. The objective it to enable easy customization and have a default implementation that support sorting. It will be more align with the other widget FirestoreListView
Here is an example how we would be able to use a new FirestorePaginatedTableBuilder :
Beta Was this translation helpful? Give feedback.
All reactions