Open NaniA opened 10 years ago
Hi, The jtable field width option controls the width of the column in the list view. To control the appearance in the add/update dialog use field inputClass option and use CSS to control the width.
Thank You misterparsons....
when i clicked on the add new record it opens add new record dialog with options values dynamically added with long text of full page.
so i want to adjust width of the dropdown width based on input value seleted...
This is my code ...pls help ASAP..
Thanks in advance...
testCaseName: { title: 'Test Case Name', width: '180px', options: 'test.case.options.list?testId='+parentData.record.testId },