akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 878 forks source link

Multiple Modals #1353

Open pravinEco opened 2 months ago

pravinEco commented 2 months ago

On click of table custom click event in Action column, displays first modal/window correctly, and on click top open second modal/window button from first modal/window it doesn't display modal/window body content for second modal/window, only the title is displayed. On inspect element the modal body is empty event though the data is added. Anybody faced the same issue.