Multiple type and data for Jeditable
Multiple type and data for Jeditable
Hi..
I'm confused about using column specific input type and data for a table.
Ex:
In classic approach we are using a code like this
type: select
data: "{'A':'A','B':'B','C':'C'}",
All I want is to define different types and also different data sources for different columns in one jeditable instance.
Like:
type: {'select input for 2nd column' ,'classic input for 5th column'}
data: {'data for 2nd column','data for 5th column'}
I hope I explained it clearly.
Thanks.
I'm confused about using column specific input type and data for a table.
Ex:
In classic approach we are using a code like this
type: select
data: "{'A':'A','B':'B','C':'C'}",
All I want is to define different types and also different data sources for different columns in one jeditable instance.
Like:
type: {'select input for 2nd column' ,'classic input for 5th column'}
data: {'data for 2nd column','data for 5th column'}
I hope I explained it clearly.
Thanks.
This discussion has been closed.