volosoft / jtable

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

Key Value in child table #1433

Open NaniA opened 9 years ago

NaniA commented 9 years ago

In My child table i declared testEnvironmentDevicesId as key eventhough i am getting undefined(Number Format Exception).

Please help me i starcked here from past one week.

Thanks in advance...

fields: {
testEnvironmentDevicesId: { key: true,
list: false, create : false, }, testRunConfigurationChildId: { type: 'hidden', defaultValue: parentData.record.testRunConfigurationChildId }, Name:{ } Description:{ }

misterparsons commented 9 years ago

Please post the whole of the display function used to define the child table.