[]
        
(Showing Draft Content)

Wijmo_Grid

wijmo.grid モジュール

FlexGrid コントロールとそのコントロールに関連付けられたクラスを定義します。

この例では、 FlexGrid コントロールを作成し、それを'data'配列に連結しています。 グリッドには3つの列があり、これらは、グリッドの FlexGrid.columns 配列にデータを明示的に挿入することで指定されます。

デモ

型エイリアス

ICellTemplateFunction

ICellTemplateFunction: Object

ICellTemplateContextオブジェクトを受け取り、セルの内容として使用されるHTML文字列を返す関数を表します。

または、関数はセル要素の内容を直接変更し、nullを返してセル要素が変更されないことを示します。

param:

ctx ICellTemplateContext object that contains information about the cell.

param:

cell HTMLElement that represents the cell.

returns

A template string built using the context, or null to indicate the function updated the cell element and it should not be modified by the grid.

ITextSearch

ITextSearch: Object

テキストを検索文字列と照合する関数を表します。

param

Text to test.

param

Search string.

returns

true if the text satisfies the search text, false otherwise.