There are many modules with tables, the question is: use CGridView (but I don’t really like it) or is it better to write your own (and invent a bicycle)?
3 answers
I agree completely with @Barton and partly with @Ale_x .
But, there is its own.
I use CGridView , its functionality is huge. Just recently used interesting things with its use. He has a bunch of options. Change the field, add a field, make your sample and so on, css and more, why reinvent the wheel in a ready-made framework? No, definitely not worth it!
- OK. I decided to just inherit from CGridView and regain what I need for myself. I will experiment at night ... Can you tell me some good recipes with a CGridView? - slowpokewarrior
- [Link to forum] [1] plus [api] [1] [1]: yiiframework.ru/forum/viewtopic.php?f=3&t=2317 [2] yiiframework.com/doc/api/1.1/CGridView - Artem
What exactly is not like in CGridView? If the design, so you can connect to it your css and arrange as you need. Otherwise, it is quite functional
It depends on how quickly you need to do the project. But I would do the following: at the initial stage of development I would use built-in widgets, so to speak, show the results of the application logic to the customer. But when the logic will be honed, you can take up the interface of the application.