Falko Schindler 2 лет назад
Родитель
Сommit
358d6834ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      website/documentation.py

+ 1 - 1
website/documentation.py

@@ -125,8 +125,8 @@ def create_full(menu: ui.element) -> None:
 
     heading('Data Elements')
 
-    load_demo(ui.aggrid)
     load_demo(ui.table)
+    load_demo(ui.aggrid)
     load_demo(ui.chart)
     load_demo(ui.pyplot)
     load_demo(ui.line_plot)