MdbTableEditorDirective row highlight bug


Topic: MdbTableEditorDirective row highlight bug

Jordan pro premium priority asked 10 months ago

Expectations

Rowlight should emit event for every record in table

Actual

Rowlight does not emit record for row highlight of first record in row. Row highlight only works on records that are not first in table. This used to work in previous versions (8.x.x) of the editor. Only after I upgraded was this an issue.

*_Resources (screenshots, code snippets etc.)_*Code:

<table #requestDevApplicationAccessTable="mdbEditor"
                                   (rowHighlight)="requestDevApplicationAccessHighlightedRow = $event"
                                   [itemsPerPage]="visibleItems"
                                   class="table table-hover"
                                   mdbTableEditor>

 <button (click)="loadDevAppAccessEditModalForm(); appAccessEditModal.show();"
                                  [disabled]="!requestDevApplicationAccessHighlightedRow"
                                  class="p-2"
                                  color="primary"
                                  data-target="#appAccessEditModal"
                                  mdbBtn
                                  mdbWavesEffect
                                  type="button">

Sample of button not activating. Sample


Konrad Stępień staff commented 10 months ago

Hi, Thanks for report the bug.

We will try to fix that in the near future.


Jordan pro premium priority commented 9 months ago

Any update on this?


Konrad Stępień staff commented 9 months ago

We need a little more time to introduce updates


Jordan pro premium priority commented 9 months ago

Anything new? Thanks!


Arkadiusz Idzikowski staff commented 9 months ago

We are still working on that, the fix release should be released in the near future, but we can't provide an exact date yet.


Jordan pro premium priority commented 8 months ago

@Arkadiusz Idzikowski, any update?


Arkadiusz Idzikowski staff commented 8 months ago

@Jordan We will update the thread when we will have more information about the exact date of the release.


Jordan pro premium priority commented 7 months ago

@Arkadiusz Idzikowski, was this updated in the 9.4 release?


Jordan pro premium priority commented 7 months ago

@Arkadiusz Idzikowski, I went ahead and verified myself. It is working as expected. Closing the thread.


Please insert min. 20 characters.