Elring

Results 5 comments of Elring

Hello. Same problem here. After some research it seems that variable payload._datagrid_editable_new_value is undefined (in datagrid.js). Strange, because it should be set in handleEdit in datagrid.php...

How about ``` $grid->allowRowsInlineEdit(function($item) { return $item->myColum > 50; }); ``` ? It is somehow hidden in Row section in [docs](https://github.com/contributte/datagrid/blob/master/.docs/row.md#allow-inline-edit).

Hi, I also like to change text to icons in those buttons. But they are submit buttons which usually don't have icons (no easy way). I do it by changing...

Měl jsem teď stejný problém (po migraci aplikace na jiný server). Přestalo fungovat generování QR kódu - pomohla instalace php-bcmath. Možná chyba v interní funkci bcmod, která se používá, pokud...