hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.

Home Page:https://hjalmers.github.io/angular-generic-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit cell no detected

mayraGL opened this issue · comments

Hello @hjalmers

I have the following table. When I write the first value in the first row and then move to the next row by pressing TAB I write quickly and then press TAB again, the cell does not detect that a change was made and does not save the value that was edited. This only happens when you type quickly and go to the next row with the TAB key. In my case I wrote 1 and press TAB again and again.

Please I hope you can help me

image

Sounds like it might be a bug, I don’t have access to a computer right now and won’t be able to replicate it and take a look for another week but I’ll mark it as a possible bug for now:)

I found and fixed the issue. It will be part of the next release:)

Hi @hjalmers

Do you know when you will do the next update with the bug fixed?

Sorry for the delay @mayraGL but I've created a new version with the fix now so it's part of 4.17.1:)

Thanks @hjalmers 👍