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.

How to give height auto for row detail

See original GitHub issue

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

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

Current behavior Need help for giving height auto for row details section.

Expected behavior

Reproduction of the problem

What is the motivation / use case for changing the behavior?

**Please tell us about your OS : Windows IDE : NetBeans

  • Table version: 0.7.x 6.1.2

  • Angular version: 2.0.x 2.4.1

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

  • Language: [all | TypeScript X.X | ES6/7 | ES5]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8

github_iconTop GitHub Comments

1reaction
CaffGeekcommented, Jul 13, 2018

this just results in the detail-row-height being 0…ugh…this is a pita

html should flow…but all the hardcoding in the control makes it break so much

1reaction
bluecaretcommented, Nov 6, 2017

I’m not able to get this working either… The CSS provided by @Humberd doesn’t work for me. The amount of hard coded pixel sizes in this plugin is insane, very difficult to make a responsive app with this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JavaScript Data Grid: Master / Detail - Detail Height - AG Grid
Auto Height. Set grid property detailRowAutoHeight=true to have the detail grid to dynamically change it's height to fit it's rows. const ...
Read more >
Ag-grid set autoheight in Master/Detail component
You can dynamically calculate row height. getRowHeight: function (params) { if (params.node && params.node.detail) { var offset = 80; ...
Read more >
Row Height: Styling & Appearance Feature of our Datagrid
It is possible to set the row height based on the contents of the cells. To do this, set autoHeight=true on each column...
Read more >
How to lazy load a detail grid and auto-size its height
Make detail rows take as much height as needed using lazy loading. The following example shows how you can configure it so when...
Read more >
grid-auto-rows | CSS-Tricks
The first row is set to 200px , and since the last row is not set to any explicit size, it will be...
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