SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.suffix property
セルのテキストを表示する時、値のテキストの末尾に添える文字列。
前に追加される文字列はprefixプロパティーで設定する。
- Getter
- function suffix(): String
- Setter
- function setSuffix(value: String)
Code -1
column.styles().setSuffix('$');
- See Also
- prefix
- スタイル概要
- Examples
- Column Styles