How to give height auto for row detail
See original GitHub issueI’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:
- Created 7 years ago
- Reactions:2
- Comments:8
Top 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 >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
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
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.