hi, keen themes
Dropdown doesn't work for table Actions column.
The reason we figured out was that keenthemes.js -> reinitializeComponents did not work because createInstances was not performed for the data rows received after the fetch API.
If mock data is used without fetch API, the problem does not occur, but we must use fetch API.
Is there any way to solve the issue?
Hi,
Thank you for reaching out to us.
Our components are initialized on the first page load using reinitializeComponents() function in file src/core/plugins/keenthemes.ts.
Rows inside your table are rendered asynchronously and after global initialization. To fix action menus inside your component you can manually call MenuComponent.reinitialization()
function once your data is received.
Regards,
Lauris Stepanovs,
Keenthemes Support Team