Wijmo
High-performance JavaScript UI components for Enterprise apps.
Published by MESCIUS (formerly GrapeCity)
Distributed by ComponentSource since 1996
Prices from: $ 787.02 Version: 2026 v1 NEW Updated: Quarterly
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>