Wijmo(英語版)
企業向けアプリ開発用の高性能のJavaScript UIコンポーネント
MESCIUS (旧社名:GrapeCity) 社の製品
1996 年より日本国内にてComponentSourceで販売中。
価格:¥ 166,650 (税込)〜 バージョン: 2026 v1 新機能 更新: 四半期ごとに
Released: Nov 11, 2020
Updated Jan 20, 2021
// show row indices in the row header cells:
let col = theGrid.rowHeaders.columns[0];
col.cellTemplate = ctx => ctx.text || (ctx.row.index + 1).toString();Updated Nov 11, 2020
<div v-wjTooltip="{tooltip: 'Some hint', position: 'Right'}">Some content</div>