Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
チェックカラムのあるグリッドがあります。その行のチェックボックスの特定の行のスタイルを変更できるようにしたいです。
今私はこれを持っています:
listeners: { checkchange: function (checkcolumn, rowIndex, checked) { if (checked) { } } }
しかし、スタイルを変更できるメソッドを持つオブジェクトを提供する条件内に何を入れればよいかわかりません。