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.
テキスト省略記号の一般的なインターフェイス (TIBCO GI) のグリッドの列の値テンプレートとして、次のスタイル シートを設定しました。
white-space:nowrap;text-overflow:ellipsis;
文/複数の単語で機能しています。単一の単語では機能しません。
これを修正するのを手伝ってください。
-Sridhar
jsfiddle
省略記号を 1 つの単語だけで表示することができました。overflow:hidden; を設定してみてください。
私はTIBCOを持っていないので、そこでテストすることはできませんでした.