question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m submitting a … (check one with “x”)

[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior I’m trying to replicate the demo for the detail row example. Everything works as it should (main rows display ok, I can toggle detail row, etc.)

Expected behavior There would be some content in detail row, however it’s empty.

Reproduction of the problem I’m using the following HTML. It’s exactly the same as per the demo, with the only difference that to make sure it works, I put just plain text.

    <ngx-datatable-row-detail>
      <template let-row="row" ngx-datatable-row-detail-template>
        <div style="padding-left:35px;">
          <h2>JUST PURE TEXT</h2>
        </div>
      </template>
    </ngx-datatable-row-detail>

Please tell us about your environment: Fedora

  • Table version: 0.7.x 4.1.0

  • Angular version: 2.0.x 2.4.2

  • Browser: all

  • Language: Typescript 2.1.4

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
psreekscommented, Mar 28, 2017

@astenuz @amcdnl @kuncevic is there a way to have all the rows expanded by default? expand all and collapse all are working as expected as shown in demo. But this triggers only on click event.

2reactions
amcdnlcommented, Jan 17, 2017

Fixed in 5.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

dxDataGrid - How to reduce empty space in detail row template
Hi Matthias,. I think that you see unnecessary empty space when expanding a master row and after the detail row, content is actually...
Read more >
RadGrid & DetailTable generate empty row - Telerik
How to generate Empty row in detail table. click on my (image button) i need to save data into data base.. I have...
Read more >
Adding detail row in a table using DE - OpenText Forums
Does (2,-1,1) not work for you if you have just one detail row? When you add a detail row, you need to do...
Read more >
KB9118: How to insert an empty row underneath each ...
KB15825: Empty or repeated rows display in the detail section of a Report Services document with multiple dataset reports … Number of Views...
Read more >
Show or Hide Missing Values or Empty Rows and Columns
When you drag the Worker field to the Rows shelf, the workers that didn't work are hidden by default. You can show the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found