Skip to content

Commit

Permalink
Convert basic operations demo to Stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Jun 18, 2024
1 parent b18f616 commit b893989
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/guide/basic-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ This demo presents several basic operations integrated with a
sample UI.

<iframe
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.7.x/basic-operations?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
title="handsontable/hyperformula-demos: basic-operations"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
:src="`https://stackblitz.com/github/handsontable/hyperformula-demos/tree/2.7.x/basic-operations?embed=1&file=src/app/employees/employees.helper.ts&hideNavigation=1&view=preview&v=${$page.buildDateURIEncoded}`"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;">
</iframe>

0 comments on commit b893989

Please sign in to comment.