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.
Datagridで並べ替えを使用します。並べ替えアイコンは、デフォルトで左揃えで表示されます。右に表示する必要があります。どうすれば右揃えに設定できますか?「いいえ」の列については、下の画像を参照してください。
並べ替えアイコンを左揃えで表示するには、スタイルの下に適用します。できます。
.cellTableStyle th > div:first-child { margin-right: 15px; } .cellTableStyle th div div:first-child { left: 50%; margin-left: 100%; }