소스 검색

#439 show ui.table before ui.aggrid

Falko Schindler 2 년 전
부모
커밋
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)