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.
Flexigridの簡単なソリューション(例1)を使用しています
http://www.flexigrid.info/
私がやろうとしているのは、いずれかの列のテキストを右に揃えることです。JSON ファイルに接続せずにこれを行う方法はありますか (例 3)。
colModel を使用して、その列を align: 'right' に設定します。構文についてリンクしたページの最後の例を見てください。
colModel: [ { display: 'Col1', name: 'Col1' }, ... { display: 'Col4', name: 'Col4', align: 'right' } ]