Skip to content

Commit

Permalink
Merge pull request #2273 from Avaiga/fix/tabular-data-example-encoding
Browse files Browse the repository at this point in the history
Tabular chess game table encoding
  • Loading branch information
namnguyen20999 authored Dec 2, 2024
2 parents fcd6497 + 9e845fe commit 9cdea6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/gui/extension/table_chess_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
from taipy.gui import Gui

data = [
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""]
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""]
]

page = """
Expand Down

0 comments on commit 9cdea6f

Please sign in to comment.