2017-08-22 27 views

答えて

1

tooltip: (obj, common) => { 
    return (obj.votes > 400 && common.column.id === "votes") ? 
    "Your text here" : "" 
} 

デモスニペットはここにある:この例では、ツールチップでhttps://webix.com/snippet/2ffa6713

は票の欄に示します。

関連する問題