Empty detail row
See original GitHub issueI’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:
- Created 7 years ago
- Reactions:1
- Comments:11 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Fixed in 5.0