grido icon indicating copy to clipboard operation
grido copied to clipboard

Grido - DataGrid for Nette Framework

Results 36 grido issues
Sort by recently updated
recently updated
newest added

Prevents ``` PHP Deprecated: Implicit conversion from float 22.5 to int loses precision in /app/vendor/o5/grido/src/Components/Columns/Column.php:339 ``` in PHP >= 8.1

Hi, I came across a bug with filtering long texts with ArraySource. There is catastrophic backtracking when using `preg_match`. That is why I rewrote filtering using string matching functions. PS:...

Hi, how can I: 1) to use radiobox instead chceckbox? 2) to use grido in form (with radioboxes)? Is it posibble?

With level 6 stan fails on those types in phpDoc.

This commit add ability to correctly use features of nette-live-form-validation script (if present) with Grido. Required is version 1.6.0 or newer, from https://github.com/Robyer/nette-live-form-validation/

CLIENT-SIDE

Pokud se nastaví sloupec na `editable` a value obsahuje objekt, který nelze konvertovat na string, vrací Grido nic neříkající chybu (např.): ``` Recoverable Error Object of class DateTime could not...

FEATURE