contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
292 stars 195 forks source link

Documentation mistake for Nextras\Orm #888

Closed camohub closed 4 years ago

camohub commented 4 years ago

Hi, you have a mistake in documentation https://contributte.org/packages/contributte/datagrid/data-source.html#nextrasdatasource for Nextras\ORM filter text example. andWhere() does not support arrays but two string params. like ->andWhere('text1 LIKE %s', "%$value%") Am I right? If so update it please Nextras\Orm is the best thing in Nette world for the last years. It should be documented correctly to support users to use it...

camohub commented 4 years ago

I made a PR https://github.com/contributte/datagrid/pull/889

f3l1x commented 4 years ago

Merged. Thx.