Jquery jTable - 如何添加多选下拉列表?

时间:2014-10-26 12:40:04

标签: javascript jquery jquery-jtable

我想在字段中添加多选功能。 这是我当前配置jtable的代码。 如何为指定字段实现多选功能

fields: {
        firstName: {
            title: 'name',
            width: '20%'
        },
        surname: {
            title: 'surname',
            width: '20%'
        },
        userName: {
            title: 'username',
            width: '20%',
            key: true,
            create: true
        },
        enabled: {
            title: 'status',
            type: 'radiobutton',
            options: [
                {Value: true, DisplayText: 'enabled'},
                {Value: false, DisplayText: 'disabled'}
            ],
            width: '20%'
        },
        roles: {
            /***********************************************
            // i wanna to enable multi-select for this field
            /***********************************************
            title: 'roles',
            options: [
                {Value: "ROLE_ADMIN", DisplayText: "admin"},
                {Value: "ROLE_USER", DisplayText: "user"}
            ]
        }
    }

1 个答案:

答案 0 :(得分:1)

字段类型应为multiselectddl

确保使用此存储库中提供的jTable文件

https://github.com/stanleyta/jtable/commit/6876303615a239dc409dee481a877a8f934f340d