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

Table: add basic formatters #692

Merged
merged 4 commits into from
Nov 11, 2024
Merged

Table: add basic formatters #692

merged 4 commits into from
Nov 11, 2024

Conversation

robsontenorio
Copy link
Owner

@robsontenorio robsontenorio commented Nov 1, 2024

image

```php
['key' => 'start_date', 'label' => 'Start date', 'format' => ['date', 'd/m/Y']],
['key' => 'valor', 'label' => 'Valor', 'class' => 'text-right', 'format' => ['currency', '2,.', 'R$ ']],
```
@robsontenorio robsontenorio merged commit 3fd9418 into main Nov 11, 2024
@robsontenorio robsontenorio deleted the table-basic-formatters branch November 11, 2024 17:47
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