Yii2 Lesson - 30 Karthik Gridview Expand Row

preview_player
Показать описание
Thanks for watching this tutorial stay tuned for more subscribe everyone
Follow me on twitter @Uthpala_419
Рекомендации по теме
Комментарии
Автор

your tutorial is great, now I am trying to write php zend exam, please dont delete your tutorial in youtube,

path
Автор

Your tutorials are very informative.If you have the time please do a tutorial on communication (CRUD) of yii2 and android using REST API.

mtivatin
Автор

Great tutorial and easy to understand. I wonder if you could also give us tutorial using detailUrl

henrygunawan
Автор

what is that you are using that allows you to click the + sign and add another PO item? Thanks great tutorial!

charizardforhire
Автор

Hi, thank you for your work. Have one question, how make expand more than one level.

ТарасДрянних
Автор

sorry, one more request :) if u can do anything on formatting the grid to look differently, that would be cool too :)

FiddiTwo
Автор

Your tutorials are awesome man .. Can you post a video on how to export the whole data of the two tables Po and PoItem in one go after Expand Row is implemented in the single grid ..

pradeepch
Автор

can you please tell how to make this grid responsive like yii2 grid.

aseemshrivastava
Автор

hello again and thanks for this - my only comment is to please explain the code more - im not sure u really explain the search model code for example, in this video, thx

FiddiTwo
Автор

Thank you a lot for tutorial! I have a question.. how can i setting "view", "delete", "edit" buttons inside expanded row? i've tried some ways, but it didn't work.

wazzzupmissionz
Автор

hello when i added the expandRow it added horizontal scroll bar and annoying small scroll to the gridview - any idea how to stop that ?

FiddiTwo
Автор

i have been getting the error and after several online search no luck yet

Class "kartik\grid\GridView" not found

I install kartik manually

yomboademola
Автор

thanks a lot for this tutorial, I have a question .. How can I make the total for Quantity with Expand Row

InaamSatarya
Автор

How to Expand or show/hide column dynamically?? please please share video for it

darshupatinge
Автор

Hello Sir..

I am getting this error

Setting unknown property:

please help me..

vishalbharti
Автор

Hello,

I get the following error after complete integration

Invalid Configuration
An Internal Server Error occured

The above error occurred while the Web server was processing your request.

skirankumar
Автор

Can't find variable: kvExpandRow_83794965
anyone know this error?

PauloCabralprogrammer
Автор

Array to string conversion

GETTING THIS ERROR

* Adds a CSS class to the specified options.
* If the CSS class is already in the options, it will not be added again.
* @param array $options the options to be modified.
* @param string $class the CSS class to be added
*/
public static function addCssClass(&$options, $class)
{
if (isset($options['class'])) {
$classes = ' ' . $options['class'] . ' ';
if (strpos($classes, ' ' . $class . ' ') === false) {
$options['class'] .= ' ' . $class;
}
} else {
$options['class'] = $class;
}
}

/**
* Removes a CSS class from the specified options.

leelaraj
Автор

thanks alot for your great tutorial, after i follow it, why at lesson 30, i'm stop, because ""this Invalid Configuration –
The class '\kartik\mpdf\Pdf' was not found and is required for PDF export functionality. To include PDF export, follow the install steps below. If you do not need PDF export functionality, do not include 'PDF' as a format in the 'export' property. You can otherwise set 'export' to false to disable all export functionality.

Please ensure you have installed the 'yii2-mpdf' extension. To install, you can run this console command from your application root:


could u help me, thanks

anhardeni
Автор

Please explain slower and in more details in your tutorials I am not a pro like you :)

ztipster