Topic: MdbTableEditorDirective row highlight bug

Jordan free asked 3 years 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 3 years ago

Hi, Thanks for report the bug.

We will try to fix that in the near future.


Jordan free commented 3 years ago

Any update on this?


Konrad Stępień staff commented 3 years ago

We need a little more time to introduce updates


Jordan free commented 3 years ago

Anything new? Thanks!


Arkadiusz Idzikowski staff commented 3 years 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 free commented 3 years ago

@Arkadiusz Idzikowski, any update?


Arkadiusz Idzikowski staff commented 3 years ago

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


Jordan free commented 3 years ago

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


Jordan free commented 3 years ago

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



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 9.3.1
  • Device: PC
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: Yes