mobi / goponents

Angular UI Components for utilization in the Tangoe Platform
http://tangoe.design
MIT License
7 stars 20 forks source link

[BUG] go-tabel searching breaks when td value is null #898

Open Saravanan-Tangoe opened 2 years ago

Saravanan-Tangoe commented 2 years ago

Describe the bug go-table searching throws a console error and keeps loading when any td value is null.

To Reproduce Steps to reproduce the behavior:

  1. Use go-table in your app and make it searchable by providing GoTableSearchConfig
  2. Keep few table cell values as null and assign it to table data of GoTableConfig.
  3. Compile and search something on the search bar.
  4. Table keeps loading and you will see error.

Expected behavior Table should give actual search results without any errors.

Screenshots If applicable, add screenshots to help explain your problem.

image