volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 505 forks source link

How to manage/customize the dropdown width in jtable. #1369

Open NaniA opened 10 years ago

NaniA commented 10 years ago

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 },

misterparsons commented 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.

NaniA commented 10 years ago

Thank You misterparsons....