wice_grid
wice_grid copied to clipboard
A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
A cross-site vulnerability in kaminari was [identified](https://github.com/advisories/GHSA-r5jw-62xg-j433) more than two years ago. Despite (closed) issues #78, #80, and commit 39e301c349bff5db271dec3222c5ca91d4bfcbd4, the gemspec still limits the kaminari version to 1.1.x: `...
I've spent some time to dig into the code. At least for me, these changes fixed the issue #82. Since I'm not familiar with the source code, I don't know...
## Environment - Ruby *3.0.3p157* - Rails **6.1.5** - WiceGrid **4.1.0 3ae1bec** ## Description of issue I found that if the column name contains a "-" in it, I get...
Is it planned to support Rails 6? When, if yes? Thank you!
Updated namespaces, updated changed rule names, removed BracesAroundHashParameters.
I'm getting a mismatch between the per_page and number of row actually rendered although the results count is correct. the code: Controller: ``` def providers @employee_certifications_grid = initialize_grid(EmployeeCertification.includes(employee: [:orders]).where(status: "active",employees:...
Hi, when I use the associations I get a wrong count of items in my table. I attached a Screenshot which shows an example of my list. There you have...
Datetime columns such as created_at were not filtering properly as the time component was being stripped when dates were sent through. Because the datetimes were stored in UTC the results...
## Environment - Ruby **2.6.3** - Rails **5.2.3** - WiceGrid **4.1.0** ## Description of issue 1. After I have enabled in `initialize_grid` the option `enable_export_to_csv` it turns out that the...