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.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Edit cell no detected #269

Closed mayraGL closed 5 years ago

mayraGL commented 5 years ago

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

hjalmers commented 5 years ago

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:)

mayraGL commented 5 years ago

Thanks @hjalmers

hjalmers commented 5 years ago

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

mayraGL commented 5 years ago

Thanks @hjalmers

mayraGL commented 5 years ago

Hi @hjalmers

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

hjalmers commented 5 years ago

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

mayraGL commented 5 years ago

Thanks @hjalmers 👍