I'm building an asp.net website, and I have used jTable, but I have faced some problems.
- How to map timestamp datatype in jTable fields
- when I try to use options with field like this
Gender: {
title: 'Gender',
width: '30%',
options: ['Male', 'Female']
}
everything work ok but in List-view the value of gender become empty of each row and in update view the gender field doesn't get the value from database
Go to the complete details ...