firebase firestore as main backend and StreamBuilder to listen to a specific collection and render the data. The issue is the data is rendered in DataTable widget and whenever a specific column is updated the table re-renders. Is it possible to avoid that? Thanks in advance
Yes, if you split column to separate widgets
The column is contains DropDownButton and whenever i select some item the table gets rebuild
Use ValueListenableBuilder to rebuild specific widget from your widget tree
I will check that
Обсуждают сегодня