Commit 0265dd3c authored by Hans Muller's avatar Hans Muller Committed by GitHub

Hide the data table demo for now (#5060)

parent 1097d92a
......@@ -90,12 +90,6 @@ final List<GalleryItem> kAllGalleryItems = <GalleryItem>[
routeName: DatePickerDemo.routeName,
buildRoute: (BuildContext context) => new DatePickerDemo()
),
new GalleryItem(
title: 'Data tables',
subtitle: 'Full-featured grid',
routeName: DataTableDemo.routeName,
buildRoute: (BuildContext context) => new DataTableDemo()
),
new GalleryItem(
title: 'Dialog',
subtitle: 'All kinds: simple, alert, fullscreen, etc',
......
......@@ -31,7 +31,6 @@ final List<String> demoTitles = <String>[
'Cards',
'Chips',
'Date picker',
'Data tables',
'Dialog',
'Expand/collapse list control',
'Floating action button',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment