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.
内联编辑单元格时是否可以换行单元格的文本?我尝试了几件事但没有效果:
<style type="text/css"> .ui-jqgrid tr.jqgrow td { white-space: normal !important; } .ui-jqgrid td textarea { white-space: normal !important; } </style>
第一个设置在非编辑模式下有效,第二个设置无效(编辑时)。
刚设置
edittype: 'textarea'
(而不是文本),不需要 CSS。您甚至可以指定行和列:
editoptions:{rows:"2",cols:"10"}