@steroidsjs/ckeditor5
Version:
The development environment of CKEditor 5 – the best browser-based rich text editor.
35 lines (32 loc) • 877 B
HTML
<p>
<button id="snippet-read-only-toggle">Switch to read-only mode</button>
</p>
<div id="snippet-read-only">
<h2>The sales data for Q3 for the <strong>Click'n'go</strong> product line</h2>
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
<thead>
<tr>
<th scope="row"> </th>
<th scope="col">Income</th>
<th scope="col">Revenue</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Walker 3</th>
<td style="text-align:center">$104.000</td>
<td style="text-align:center">15%</td>
</tr>
<tr>
<th scope="row">Stroller</th>
<td style="text-align:center">$12.000</td>
<td style="text-align:center">10%</td>
</tr>
<tr>
<th scope="row">Runner</th>
<td style="text-align:center">$97.500</td>
<td style="text-align:center">15%</td>
</tr>
</tbody>
</table>
</div>