Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.
This repository was archived by the owner on May 14, 2022. It is now read-only.

How to render row even if joined entity is null #28

@andrzejdziekonski

Description

@andrzejdziekonski

From bundle README example:

"aoColumns": [
{ "mData": "id" },
{ "mData": "description" },
{ "mData": "customer.firstName" },
{ "mData": "customer.lastName" },
{ "mData": "customer.location.address" }
]

let's say i got 2 entities one with customer join set , and other one with customer being null. In this case datatable will render only one row (as i want it to render firstName, lastName, etc). How to manage this if i want both rows to be shown?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions