Skip to content

Commit 74e3f06

Browse files
fmadiotpcdavid
authored andcommitted
Update sirius-web.html
Add "Table representation" section Signed-off-by: Pierre-Charles David <[email protected]>
1 parent 180191b commit 74e3f06

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

_site/sirius/sirius-web.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,18 @@ <h3>Deck Representation</h3>
266266
</div>
267267
<div class="row">
268268
<div class="col-md-5 order-1 wow fadeInLeft" data-wow-delay=".1s">
269+
<h3>Table Representation</h3>
270+
<p>To manipulate large sets of data, Sirius Web provides a tabular representation.</p><p>It offers spreadsheet-like views that can be used with any kind of model element, synchronized with your data and updated in real time.</p><p>Like other Sirius representations, it is defined by a description that enables advanced cell editing (text fields, checkboxes, dropdowns, or custom components) and sub-rows for hierarchical structures.</p><p>Each table natively provides powerful features such as: server-side pagination for high performance on large datasets, filtering and sorting, column resizing and visibility control and CSV export.</p>
271+
<p><a href="" target="_"> <i class="" aria-hidden="true"></i></a></p>
272+
</div>
273+
<div class="col-md-7 text-center order-2 wow fadeInUp" data-wow-delay=".2s">
274+
<iframe class="shadow popup-youtube" width="530" height="298" src="https://www.youtube.com/embed/Dl0tkHF2b-s?si=E7Sqh84NrFS_QKUs&amp;start=280?fs=1&amp;loop=1&amp;autohide=1&amp;theme=light&amp;color=white" frameborder="0" allowfullscreen=""></iframe>
275+
</div>
276+
</div>
277+
<div class="row">
278+
<div class="col-md-5 order-2 wow fadeInLeft" data-wow-delay=".1s">
269279
<h3>Portal Representation</h3>
270-
A portal is a ready-to-use representation that allows end users to create a custom view composed of multiple existing representations, such as diagrams, forms, Gantt charts, and more.
280+
<p>A portal is a ready-to-use representation that allows end users to create a custom view composed of multiple existing representations, such as diagrams, forms, Gantt charts, tables, and more.</p>
271281
<p><a href="" target="_"> <i class="" aria-hidden="true"></i></a></p>
272282
</div>
273283
<div class="col-md-7 text-center order-2 wow fadeInUp" data-wow-delay=".2s">

sirius/sirius-web.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,18 @@
138138
%}
139139
{% include block_text_video.html
140140
txt_order="order-1"
141+
title="Table Representation"
142+
desc="<p>To manipulate large sets of data, Sirius Web provides a tabular representation.</p><p>It offers spreadsheet-like views that can be used with any kind of model element, synchronized with your data and updated in real time.</p><p>Like other Sirius representations, it is defined by a description that enables advanced cell editing (text fields, checkboxes, dropdowns, or custom components) and sub-rows for hierarchical structures.</p><p>Each table natively provides powerful features such as: server-side pagination for high performance on large datasets, filtering and sorting, column resizing and visibility control and CSV export.</p>"
143+
144+
iframe_order="order-2"
145+
iframe_src="https://www.youtube.com/embed/Dl0tkHF2b-s?si=E7Sqh84NrFS_QKUs&amp;start=280"
146+
iframe_width="530"
147+
iframe_height="298"
148+
%}
149+
{% include block_text_video.html
150+
txt_order="order-2"
141151
title="Portal Representation"
142-
desc="A portal is a ready-to-use representation that allows end users to create a custom view composed of multiple existing representations, such as diagrams, forms, Gantt charts, and more."
152+
desc="<p>A portal is a ready-to-use representation that allows end users to create a custom view composed of multiple existing representations, such as diagrams, forms, Gantt charts, tables, and more.</p>"
143153

144154
iframe_order="order-2"
145155
iframe_src="https://www.youtube.com/embed/0hVER_3goCw"

0 commit comments

Comments
 (0)