I am using kartik-v/yii2-tabs-x and want them render by AJAX so I created view with tabs where first tab loads as usual and next needed to be loaded by ajax.
Tabs view:
When I open label2 tab, it is loaded by AJAX and gridView shows up, but problem is that only in column "filename" filter input is working and all other filter fields is like loading and don't show up.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am using kartik-v/yii2-tabs-x and want them render by AJAX so I created view with tabs where first tab loads as usual and next needed to be loaded by ajax. Tabs view:
My controller method:
In _view_files.php I have gridView:
When I open label2 tab, it is loaded by AJAX and gridView shows up, but problem is that only in column "filename" filter input is working and all other filter fields is like loading and don't show up.
And the errors in dev tools saying:
Can anyone help me with this issue?
Libraries