Skip to content

Commit bd05694

Browse files
committed
Add EuiSuperTable.
1 parent 070a583 commit bd05694

File tree

8 files changed

+960
-0
lines changed

8 files changed

+960
-0
lines changed

src-docs/src/services/routes/routes.js

+4
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ import { StepsExample }
122122
import { TableExample }
123123
from '../../views/table/table_example';
124124

125+
import { TablePlusExample }
126+
from '../../views/table_plus/table_plus_example';
127+
125128
import { TabsExample }
126129
from '../../views/tabs/tabs_example';
127130

@@ -218,6 +221,7 @@ const components = [
218221
SpacerExample,
219222
StepsExample,
220223
TableExample,
224+
TablePlusExample,
221225
TabsExample,
222226
TextExample,
223227
TitleExample,

0 commit comments

Comments
 (0)