datagrid
datagrid copied to clipboard
:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
I found myself in need of setting query hints in DoctrineDataSource. I implemented this functionality as I thought it would be good to use.
I have a grid where I need to show two status columns. One is from a varchar/string column (this one works) and the other one is from a bool/tinyint column...
Fixing missing quotes in CSS attribute selectors. When data attribute has a value eg. with `.`, the jQuery sizzle engine throws an error when there are no quotes around the...
Would it be possible to make the ```DataGrid::addColumn``` method public so anyone could create custom column logic and use it within DataGrid?
Hi, shouldn't `\Ublaboo\DataGrid\Exception\DataGridException` extend `\LogicException` instead of `\Exception`? Because I don't want to propagate nor catch those exceptions, they appear to be in methods like `setSortable` or `setRenderer` and my...
SORT_LOCALE_STRING - compare items as strings, based on the current locale. It uses the locale, which can be changed using setlocale()
getAttribute('class') return ?string, not array
Hello, we are using Datagrid on quite large project with millions of records. And we have currently reached some limitations that causes us some issues. We would like to create...
There's so many dependencies, OMG! It would be great to reduce the number of packages needed to install, or at the very least create some meta-package containing all the packages...
Hello, 6.9.6 updated assets but these changes were not propagated to NPM. Can you please update them as well?