Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added input type check and select options #18

Open
wants to merge 1 commit into
base: 1.3
Choose a base branch
from

Commits on Apr 3, 2021

  1. Added input type check and select options

    t-edson#16 
    
        $("#table-list").SetEditable({ 
                columnsEd: "0,1,2,3,4,5,6",
                columnsType: "date,,select,number,number,checkbox,checkbox",
                columnsSelect: [{2: ["Choice 1","Choice 2","Choice 3"]}],
                columnsCheck: [{5: ["YEP","No"]},{6: ["OK","CANCELED"]}]
            });
    seddik committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    71e1c84 View commit details
    Browse the repository at this point in the history