javascript:handsontable

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
javascript:handsontable [2021/06/09 01:25] – [HandsOnTable の使い方] ともやんjavascript:handsontable [2021/10/10 04:49] (現在) – [HandsOnTable の使い方] ともやん
行 57: 行 57:
 ===== HandsOnTable の使い方 ===== ===== HandsOnTable の使い方 =====
 <html> <html>
-<iframe width="100%" height="360" src="//jsfiddle.net/tomoyan596/af54jpzy/32/embedded/result,html,css,js/" allowfullscreen="allowfullscreen" allowpaymentrequest frameborder="0"></iframe>+<iframe width="100%" height="360" src="//jsfiddle.net/tomoyan596/af54jpzy/39/embedded/result,html,js,resources/dark/" allowfullscreen="allowfullscreen" allowpaymentrequest frameborder="0"></iframe>
 </html> </html>
  
-==== インスタンス生成時に最低限指定しなければならない引数 ==== +==== インスタンス生成時に最低限指定しなければならない項目 ==== 
-<WRAP prewrap 100% #mincode>+<WRAP prewrap 100% mincode>
 <code html> <code html>
 <div id="hoTable"> <div id="hoTable">
行 75: 行 75:
     ['佐藤', 10],     ['佐藤', 10],
     ['斎藤', 20],     ['斎藤', 20],
-    ['🐎の💩', 100]+    ['シュガーはホントに🐎の💩', 100]
   ],   ],
-  width: 150,+  width: 300,
   height: 80,   height: 80,
   licenseKey: 'non-commercial-and-evaluation'   licenseKey: 'non-commercial-and-evaluation'
行 87: 行 87:
  
 ===== jsDelivr CDN を利用する ===== ===== jsDelivr CDN を利用する =====
-<WRAP prewrap 100% #mincode>+<WRAP prewrap 100% mincode>
 <code> <code>
 https://cdn.jsdelivr.net/npm/package[@version]/dist/file https://cdn.jsdelivr.net/npm/package[@version]/dist/file
行 95: 行 95:
 </code> </code>
 <code html> <code html>
-  <script src="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js"></script> +<script src="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js"></script> 
-  <link href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" rel="stylesheet">+<link href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" rel="stylesheet">
 </code> </code>
 </WRAP> </WRAP>
  • javascript/handsontable.1623169514.txt.gz
  • 最終更新: 2021/06/09 01:25
  • by ともやん