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

Ability to reference nested properties in fieldName #1115

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

Conversation

Indomitable
Copy link

Ability to reference nested properties in fieldName using:

                 fields: {
                     "FieldName.NestedName": {
                         title: "Title"
                     },

@morgunder
Copy link

your pull request got me thinking. i had a problem with my ajax side complaining that uid was ambiguous. but i saw your syntax here and wrote the field name out as "p.uid" { ... jtable guts here ... } and bam! no more ambiguous error from mysql. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants