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

o-table-cell-renderer-service: o-table-column attr is not included in o-table-cell-renderer-service columns #1207

Open
patricia-martinez-imatia opened this issue Apr 26, 2023 · 0 comments
Labels

Comments

@patricia-martinez-imatia
Copy link
Collaborator

Description

Currently the service render works correctly when the attr of the column is included in the columns of the service render

Describe the solution you'd like

It is necessary to look for a solution for the cases in which the attr of the column are not included in o-table-cell-render, as the previous case

<o-table #locationtagsTable attr="locations" service="locations" entity="locationTags" keys="ref_location_id;location_tag_id"
      columns="ref_location_id;location_tag_id;ref_tag_id;value" visible-columns="ref_location_id;ref_tag_id;value"
      sort-columns="locationtag_name" query-rows="25" quick-filter="yes" row-height="medium" pageable="no"
      select-all-checkbox-visible="yes" refresh-button="no" fixed-header="yes" class="home-table" fxFlex export-mode="local">
      <o-table-column attr="ref_location_id" sql-type="UUID"> </o-table-column>
      <o-table-column attr="ref_tag_id" sql-type="UUID">
        <o-table-cell-renderer-service service="tags" entity="tags" value-column="name"
         translate="no" columns="tag_id;name" visible-columns="name">
        </o-table-cell-renderer-service>
      </o-table-column>
 </o-table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants