contributte / contributte/datagrid
InlineEdit icons for Save and Cancle buttons
Open
Nobody has claimed this yet.
T: Feature
- Dominant language
- PHP
- Stars
- 296
- Forks
- 215
- PR merge metrics
- No merged PRs in 30d
Description
is there a way to change text to icons for InlineEdit buttons?

something like
$inlineEdit = $grid->addInlineEdit();
$inlineEdit->getCancleButton->setIcon('times');
$inlineEdit->getSaveButton->setIcon('save');
and if there is from which version?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the InlineEdit implementation and its Save and Cancel button entry points. Check whether button icons are already supported and which project version applies; done means the InlineEdit buttons can display the requested icons without their text labels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100