l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 481 forks source link

Columns data non-visible in expanded row #1709

Closed andreyjkee closed 1 year ago

andreyjkee commented 1 year ago

I have an issue with responsive columns, they are non-visible when clicking plus button for row expansion.

How to reproduce:

  1. Just open this example link: https://l-lin.github.io/angular-datatables/#/extensions/responsive
  2. Try to expand the row.
  3. As result the row is always empty, but in dom tree I see ui>li with the correct data.

image

shanmukhateja commented 1 year ago

Hi,

I am unable to reproduce this issue from my end.

Can you provide a reproducible StackBlitz link to investigate this?

andreyjkee commented 1 year ago

Lol, I realized this issue appeared because of Chat gpt extension https://chrome.google.com/webstore/detail/chatgpt-for-search-engine/feeonheemodpkdckaljcjogdncpiiban/related When I removed it, expansion started work normally.