Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8885257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:15:52+00:00 2026-06-14T21:15:52+00:00

I am using a dojo dgrid tied to JSON store. This is what a

  • 0

I am using a dojo dgrid tied to JSON store.
This is what a row from a store looks like:
Sample row

Store retrieves data from a table which contains fields (id, naziv, nivo, sifra).
This table has a foreign key to a table JEZICI which contains fields (id, naziv, sifra, testDatumOd, testDatumDo).

When I show fields from original table everything works.
But does anybody know if it is possible to reference fields from subtable JEZICI as columns in grid side by side with columns from original table?

Something like this probably:

columns: [
    { field: "id", label: "ID" },
    { field: "sifra", label: "Sifra" },
    { field: "naziv", label: "Naziv" },
    { field: "jezici.id", label "Jezici ID"}
],

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T21:15:54+00:00Added an answer on June 14, 2026 at 9:15 pm

    Yes, all you have to do is to define a formatter:

    columns: [
        {
            id: "jezici-id",
            label: "Jezici ID",
            formatter: function(/*Object*/ row) {
                return row.jezici.id;
            }
        }
    ]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using dojo. I've got something like this: <a id=fooBar onclick=foo();bar();>Foo then Bar</a> I
I'm using Dojo 1.5 to create a dijit.form.Select with some data from a datastore.
I am using DOJO for data grid presentation <div id=grid_log dojoType=dojox.grid.DataGrid store=log structure=window.layout_log queryOptions={deep:true}
i'm using Dojo 1.6 and trying to update an Html-Store with new data using
I'm trying to make a request using dojo.xhrGet to grab some XML data from
I am using RESTful Json service to fill my tree data model using Dojo
I am experimenting with Dojo's dgrid (which is great!). I am using Nodejs/Mongoose on
I am stuck with using Dojo to accomplish this. Basically what I am trying
When using Dojo 1.6, I can rename the core dojo package like so: <html>
I am using dojo datagrid to display my data. When the end user edit

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.