enum RtRowBarDisplay

Row Bar 셀에 표시할 내용의 종류.
RtRowBar.display 속성으로 지정한다.
list.setConfig({
    options: {
        rowBar: {
            visible: true,
            display: RealTouch.RtRowBarDisplay.ORDER,
            order: {
                suffix: '.',
                style: {
                    fontSize: '19px'
                }
            }
        }
    }
});

See Also

Values