Skip to content

Commit

Permalink
updating active table example and all website packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Jan 3, 2024
1 parent bda9fce commit cae2e0e
Show file tree
Hide file tree
Showing 2 changed files with 3,495 additions and 2,992 deletions.
6 changes: 3 additions & 3 deletions website/docs/docs/messages/HTML.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ Add an interactive table component (e.g. using [Active Table](https://activetabl
<div>
<div style="margin-bottom: 10px">Here is a simple example:</div>
<active-table
content='[["Planet", "Mass"], ["Earth", 5.97], ["Mars", 0.642], ["Jupiter", 1898]]'
data='[["Planet", "Mass"], ["Earth", 5.97], ["Mars", 0.642], ["Jupiter", 1898]]'
cellStyle='{"width": "80px"}'
displayAddNewRow="false"
displayAddNewColumn="false">
Expand Down Expand Up @@ -873,7 +873,7 @@ chatElementRef.initialMessages = [
<div>
<div style="margin-bottom: 10px">Here is a simple example:</div>
<active-table
content='[["Planet", "Mass"], ["Earth", 5.97], ["Mars", 0.642], ["Jupiter", 1898]]'
data='[["Planet", "Mass"], ["Earth", 5.97], ["Mars", 0.642], ["Jupiter", 1898]]'
cellStyle='{"width": "80px"}'
displayAddNewRow="false"
displayAddNewColumn="false">
Expand All @@ -897,7 +897,7 @@ chatElementRef.initialMessages = [
<div>
<div style="margin-bottom: 10px">Here is a simple example:</div>
<active-table
content='[["Planet", "Mass"], ["Earth", 5.97], ["Mars", 0.642], ["Jupiter", 1898]]'
data='[["Planet", "Mass"], ["Earth", 5.97], ["Mars", 0.642], ["Jupiter", 1898]]'
cellStyle='{"width": "75px"}'
displayAddNewRow="false"
displayAddNewColumn="false">
Expand Down
Loading

0 comments on commit cae2e0e

Please sign in to comment.