Nick Tsai
Nick Tsai
Hi @MidnightLady, What happen to the cloned inputs? Does it overflow?
Hi, Can you explain this issue more clearly?
Hi @farazsahebdel, You can define `table-hover` for the table class, and the hover will effect for both freeze column and original columns. For example: ```html ```
Hi @farazsahebdel, https://jsfiddle.net/0zc5rpa9/4/ Regards
Hi @farazsahebdel, You may understood, freeze column rows and table rows will both effect hover but they are independent of each other. Regards
Hi @farazsahebdel, I think that freezing columns and table rows are different concepts. Regards
@LeonTheProfessional Thank you for your effort. Could you provide an online demo for us to understand better?
Hi @razorsharpshady, Could you explain more specific or give me some examples? Thanks.
Hi @rupalgohel, `findAll()` will return an array of model objects: ```php // Find the active records whose primary key value is 10, 11 or 12. $activeRecords = $this->Model->findAll([10, 11, 12]);...
Hi @rupalgohel, You can also describe how Yii2 query the model array data with relational data, I will check it out.