You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your quick response.
I`m apply your changes on my environment and this is not work.
Im add some fixes and test it. Its work for me(one row, multy row, huge grid).
how to fix (use minHeight when use height - render is not always call)
also remove min-height settings when message is not showing
Also, i`m add refresh warning after grid showing on form because this.grid in warning component return undefined
Please, review files and include this changes.
slick-empty-warning.component.txt(#672 attached)
angular-slickgrid.component.txt(#672 attached)
I'm submitting a Bug report
By the bug: #670
By the task: #631
Your Environment
Describe the Bug
The 'enableEmptyDataWarningMessage' not work, when autoHeight set true.
Steps to Reproduce
use next setup for your grid:
Expected Behavior
Message 'No Records Found' showing when grid is empty.
Current Behavior
Message 'No Records Found' not showing when grid is empty.
Possible Solution
for class="grid-canvas grid-canvas-top grid-canvas-left" - remove height="0"
for class="slick-pane slick-pane-top slick-pane-left" - add height="70"(now 55)
Code Sample
for class="grid-canvas grid-canvas-top grid-canvas-left" - remove height="0"
for class="slick-pane slick-pane-top slick-pane-left" - add height="70"(now 55)
The text was updated successfully, but these errors were encountered: