contributte / contributte/datagrid

InlineEdit icons for Save and Cancle buttons

Open
#1,023 2 comments 0 reactions 0 assignees View on GitHub

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?

image

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

and if there is from which version?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.