Skip to content

Commit

Permalink
Merge pull request #158 from dansysanalyst/main
Browse files Browse the repository at this point in the history
🌐 CA|ES|DE Filter translation + Badge for tests + PhpStorm
  • Loading branch information
luanfreitasdev authored Dec 3, 2021
2 parents 114534f + 0126b48 commit 9d08240
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 36 deletions.
68 changes: 50 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<p><img src="art/header.jpg" alt="PowerGrid Logo"></p>
<p align="center">
<a href="https://packagist.org/packages/power-components/livewire-powergrid"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/power-components/livewire-powergrid"></a>
<a href="https://github.com/Power-Components/livewire-powergrid/actions">
<img alt="Tests Passing" src="https://github.com/Power-Components/livewire-powergrid/workflows/Powergrid%20Tests/badge.svg" />
</a>
<a href="https://packagist.org/packages/power-components/livewire-powergrid"><img alt="Latest Version" src="https://img.shields.io/packagist/v/power-components/livewire-powergrid"></a>
<a href="https://packagist.org/packages/power-components/livewire-powergrid"><img alt="License" src="https://img.shields.io/packagist/l/power-components/livewire-powergrid"></a>
</p>
Expand All @@ -14,18 +17,33 @@

# Livewire ⚡PowerGrid⚡

PowerGrid generates Advanced Datatables using Laravel [Livewire](https://laravel-livewire.com).
<br/>

PowerGrid creates modern, powerful and easy to customize Datatables based on Laravel [Livewire](https://laravel-livewire.com) library.

<br/>

**Zero Configuration**: Tables have basic features activated by default.

**It fits your needs**: Extend and customize your table including components (checkbox, action buttons, editable fields), global search feature, column data filters and data export tool.

**Full Stubs**: Table components include feature examples. Just uncomment some code, enter your data, and it works!


<br/>

## 🚀 Instant Demo

Get to the demo in 2 commands:
Get a view of what PowerGrid can offer in just 2 commands:

Install

```bash
composer require power-components/livewire-powergrid
```

Run

```bash
php artisan powergrid:demo
```
Expand All @@ -34,35 +52,35 @@ php artisan powergrid:demo

## Features

PowerGrid offers you the following features out of the box:
With PowerGrid you get right out of the box:

**Filters & Search**
- **Filters & Search**

**Column Sorting**
- **Column Sorting**

**Pagination**
- **Pagination**

**Action checkboxes**
- **Action checkboxes**

**Action buttons**
- **Action buttons**

**Toggle button**
- **Toggle button**

**Click to edit**
- **Click to edit**

**Click to copy**
- **Click to copy**

**Link inside a table cell**
- **Link inside a table cell**

**Livewire Modal Integration ([Livewire UI](https://github.com/livewire-ui/modal))**
- **Livewire Modal Integration ([Livewire UI](https://github.com/livewire-ui/modal))**

**Data Export to XLSX/CSV ([Spout](https://github.com/box/spout))**
- **Data Export to XLSX/CSV ([Spout](https://github.com/box/spout))**

**Queue Export for large tables**
- **Queue Export for large tables**

**Works with Bootstrap 5 or Tailwind CSS 2**
- **Works with Bootstrap 5 or Tailwind CSS 2**

**Translations available for 🇺🇸 🇧🇷 🇪🇸 🇮🇹 🇩🇪 and others...**
- **Translations available for 🇺🇸 🇧🇷 🇪🇸 🇮🇹 🇩🇪 and others...**

<br/>

Expand All @@ -79,9 +97,13 @@ PowerGrid offers you the following features out of the box:
- [Livewire 2x](https://laravel-livewire.com)
- [Tailwind](https://tailwindcss.com/docs/guides/laravel) or [Bootstrap 5](https://getbootstrap.com/docs/5.0/getting-started/introduction/)

<br/>

## 2. Install

Please follow the steps indicated in our [Documentation - Install](https://livewire-powergrid.docsforge.com/main/install/).
Please follow the steps indicated in our [Documentation - Install](https://livewire-powergrid.docsforge.com/main/install/) page.

<br/>

## 3. Support

Expand All @@ -91,15 +113,25 @@ Before submitting a new request, please look into our previous issues.

Verify if your bug/question or feature request has been previously submitted.

<br/>

## 4. How to contribute

🇺🇸 [How to contribute to PowerGrid](https://github.com/Power-Components/como-contribuir-com-o-powergrid/blob/main/README-EN.md) - Translation by [@DanSysAnalyst](https://github.com/DanSysAnalyst)

🇧🇷 [Guia para contribuir com o Powergrid](https://github.com/Power-Components/como-contribuir-com-o-powergrid/) - by [Claudio Pereira](https://github.com/cpereiraweb)

<br/>

## 5. Credits

Created by: [Luan Freitas](https://github.com/luanfreitasdev)

- [Contributors](../../contributors)
- Logo & artwork by [Caneco](https://github.com/caneco)

<br/>

## 6. Thanks 💓

- [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/) ([@phpstorm](https://twitter.com/phpstorm)) for sponsoring open-source development.
12 changes: 6 additions & 6 deletions resources/lang/ca/datatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
'contains_not' => 'No té contingut',
'starts_with' => 'Comença per',
'ends_with' => 'Acaba en',
'is_null' => 'is_null',
'is_not_null' => 'is_not_null',
'is_blank' => 'is_blank',
'is_not_blank' => 'is_not_blank',
'is_empty' => 'is_empty',
'is_not_empty' => 'is_not_empty',
'is_null' => 'És nul',
'is_not_null' => 'No és nul',
'is_blank' => 'És blanc',
'is_not_blank' => 'No és blanc',
'is_empty' => 'És omplit',
'is_not_empty' => 'No és omplit',
],
'export' => [
'exporting' => 'Espereu, si us plau!',
Expand Down
12 changes: 6 additions & 6 deletions resources/lang/de/datatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
'contains_not' => 'enthält nicht',
'starts_with' => 'beginnt mit',
'ends_with' => 'endet with',
'is_null' => 'is_null',
'is_not_null' => 'is_not_null',
'is_blank' => 'is_blank',
'is_not_blank' => 'is_not_blank',
'is_empty' => 'is_empty',
'is_not_empty' => 'is_not_empty',
'is_null' => 'Null',
'is_not_null' => 'nicht null ',
'is_blank' => 'Leer',
'is_not_blank' => 'nicht leer',
'is_empty' => 'unausgefüllt',
'is_not_empty' => 'ausgefüllt',
],
'export' => [
'exporting' => 'Warten Sie mal!',
Expand Down
12 changes: 6 additions & 6 deletions resources/lang/es/datatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
'contains_not' => 'No contiene',
'starts_with' => 'Comienza por',
'ends_with' => 'Termina en',
'is_null' => 'is_null',
'is_not_null' => 'is_not_null',
'is_blank' => 'is_blank',
'is_not_blank' => 'is_not_blank',
'is_empty' => 'is_empty',
'is_not_empty' => 'is_not_empty',
'is_null' => 'És nulo',
'is_not_null' => 'No és nulo',
'is_blank' => 'És blanco',
'is_not_blank' => 'No és blanco',
'is_empty' => 'Esta relleno',
'is_not_empty' => 'No está relleno',
],
'export' => [
'exporting' => '¡Espere por favor!',
Expand Down

0 comments on commit 9d08240

Please sign in to comment.