[]
FlexGrid コントロールとそのコントロールに関連付けられたクラスを定義します。
この例では、 FlexGrid コントロールを作成し、それを'data'配列に連結しています。 グリッドには3つの列があり、これらは、グリッドの FlexGrid.columns 配列にデータを明示的に挿入することで指定されます。
デモ
ICellTemplateContextオブジェクトを受け取り、セルの内容として使用されるHTML文字列を返す関数を表します。
または、関数はセル要素の内容を直接変更し、nullを返してセル要素が変更されないことを示します。
ctx ICellTemplateContext object that contains information about the cell.
cell HTMLElement that represents the cell.
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.
テキストを検索文字列と照合する関数を表します。
Text to test.
Search string.
true if the text satisfies the search text, false otherwise.
FlexGrid コントロールとそのコントロールに関連付けられたクラスを定義します。
この例では、 FlexGrid コントロールを作成し、それを'data'配列に連結しています。 グリッドには3つの列があり、これらは、グリッドの FlexGrid.columns 配列にデータを明示的に挿入することで指定されます。
デモ