Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method setIndexRowClass() for Config\Crud #6448

Open
wants to merge 3 commits into
base: 4.x
Choose a base branch
from

Conversation

NovakHonza
Copy link
Contributor

I came across the need to add a css class to the entity listing on the index page. The use case is when I want to, for example, display processed or rejected records differently. I believe there are more situations where such an option could be useful. According to code analysis, something like this is not possible or easy at the moment.

So I added method setIndexRowClass() to the EasyCorp\Bundle\EasyAdminBundle\Config\Crud class. This method can be called with a string or callable argument, for example as follows

$crud->setIndexRowClass(
    fn ($entityInstance) => $entityInstance->getStatus()
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant