-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#4536Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttercustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.design docTracks a design discussion documentTracks a design discussion documentf: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework team
Description
Design doc: flutter.dev/go/table-view
Tracking issue to provide a lazy table widget that only builds the content that's currently shown on screen. Similar to ListView.builder, but scrollable and lazy in horizontal and vertical direction.
Other issues asking for similar things:
- DataTable - make scrollable, set background colour and fix/freeze header row and first column #30770
- Table builder with listview.builder features #49767
Ideally, our existing Table/DataTable widgets could be implemented in terms of this one.
Piinks, bernaferrari, nt4f04uNd, Marc-Viernes, Macacoazul01 and 54 moreinceptusp, slav140, Ronjack, Kadjei01, edgeadjei and 8 more
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttercustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.design docTracks a design discussion documentTracks a design discussion documentf: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework team
Type
Projects
Status
Done