contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

Home Page:https://contributte.org/packages/contributte/datagrid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InlineEdit icons for Save and Cancle buttons

Belcev opened this issue · comments

is there a way to change text to icons for InlineEdit buttons?

image

something like
$inlineEdit = $grid->addInlineEdit();
$inlineEdit->getCancleButton->setIcon('times');
$inlineEdit->getSaveButton->setIcon('save');

and if there is from which version?

Do we want something like that @paveljanda?

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 value of those submit texts (ublaboo_datagrid.save and ublaboo_datagrid.cancel) to UTF-8 chars and ✕.

obrazek

I also modify datagrid template to add the original button caption as button title (mouse over text) and I change order of those buttons (I think Save button should be first in tab-order).