Комментарии:
But how to implement decent live searching ? without click outside of the input..
I implemented it already but it's not smooth
Muito bom!
Obrigado
Thank you so much! It's very helpful.
ОтветитьHow can I show search items in the list form?
ОтветитьHello dear, Thanks for your video, very useful and educational. Today I follow your Pjax example, try it out and it works, except that there is a minor glitch. When the search result is being display on the screen it shift a little bit (about 1 character) to the right side. When clear out all the searching field(s) it shift back to the left. Just wonder is there any setting I missed and I need to adjust.
ОтветитьHello, how can i user with search form.
Ответитьcan anyone help me about Ajax CRUD Generator extension??. i got an error "undefined variabel: searchModel" and i dont know which php file i have to configure
ОтветитьHi, thank u for your video, its educative, Id like to reload my grid when a user selects date from a text field (date from and date to). how can i achieve this? In yii 1 we can do it this way $.fn.yiiGridView.update('player-grid');, bt how can i achieve the same in yii2?
ОтветитьHello,
did someone solve that problem of only activate the search when I hit enter or tab?
Beforehand, thanks for your help.
Thanks!!!
ОтветитьHello, thank you for sharing knowledge.It was a great help!
ОтветитьI am also facing the same problem. It works only when I click other other field. is there any solution to resolve this.
ОтветитьHello, I have a problem with Pjax used in kartik gridview and modal (popup) buttons, I have and update and create buttons (update is inside the gridview in the actioncolumn), both with a modal windows, they works fine, but after I make some search using pjax the buttons don´t work, please someone has had this issue and found a solution? thanks!!
ОтветитьHow to Ajax Button Controller1 link to Controller2 (actionCreate) ?
ОтветитьController make edit ?
ОтветитьI figure it out that the page is already working, but in order to the page be reloaded I have to click outside the form field. I don't know how to change this behavior to make the request ajax as I type the letters. Any ideas?
ОтветитьIs there any way to search our arguments and that are not displayed on the URL , is there some risk or vulnerability to be sent by GET?
ОтветитьThanks for this tutorial. I'm having a problem with this Pjax in particular, doesn't work, I try different things like Timeout, and the container id but doesn't work. It only activate when I hit enter or tab no when I'm typing. I follow your exact instructions but nothing.
Do I need to initialize something? I was reading that I may need to pass the url along with the search parameters to the Pjax in order to refresh the gridview. But not sure how.
Thanks for your help.
Thansk you very much
ОтветитьHi, everyone! I faced with a little trouble when pjax doesn't want to work despite all my attempts. The trouble was in my local server which too slow return a request. In this case pjax degrade to simple get request. To solve that problem I increased timeout in settings pjax. Like this: <? Pjax::begin(['timeout' => 2000]); ?>
Maybe it'll be helpful for someone.
Great video, keep doing this GOOD work.
ОтветитьThank you very much, really easy and fantastic lesson ^_^,
ОтветитьHello , its a really a good tutorial , i can learn many thing of yii2 framework as i am new user on Yii2.
I like to use sublime text 3 as my editor , but i did not find any helpful plugin for yii2 as i can use it on sublime text like you. Do you please give me the link of the sublime yii2 plugin which you used on your tutorial for auto completion.
Thanks in advance :)
Oh, interesting and useful feature!
However, I am trying to create a input field like Google Search which automatically suggests the most appropriate options from the database)
Great video and easy to understand
Ответить