Ondřej Sochůrek

Results 12 issues of Ondřej Sochůrek

Version: 4.1.0 ### Bug Description OracleDriver method applyLimit converts integer values (1) to float values (1.0). Even count. ### Steps To Reproduce On Oracle at any DibiFluent call ->limit(1). After...

Version: 4.0.2 ### Bug Description We are making multi database support app on Nette 3 and Dibi 4. We will have support for Oracle and Postgresql (for now). **1)** For...

Token-based authentication not work if service have space in name. Example: service="Service name with spaces" version: master docker registry config: ``` auth: token: realm: "" service: "Docker registry" issuer: ""...

bug
help wanted

Hello, ItemDetail (Eye icon) doesnt work if the datasource is array. It will not return snippent for refresh: ``` JSON |   _datagrid_toggle_detail | 1 _datagrid_name | overviewDatagrid-overviewDatagrid state | {…}...

`OnRedraw` defined in datagrid component is executed **before** datagrid itself was redrawed. Is there any option to redraw this snippet after datagrid was redrawed? ``` $grid->onRedraw[] = function () use...

Hello, i have custom export callback and i want to export as is data from datagrid. When i am using custom export callback i am able get data as is...

Please add support of custom (etc. bootstrap) datetimepicker (date and datetime) in column edit.

Hello, when i have two different datagrids (different components) on the same page and both has ItemDetail function there is a conflict: **Use case 1:** **1)** **datagrid 1** - click...

Please add `->setHtmlAttribute()` or `->addClass()` to `addExportCallback` button. When i want to add disabled class to button, i must do this: ``` $disabled_class = 'btn btn-xs btn-default'; if ($grid->getDataSource()->getCount() ==...

Hello, i have problem with inline add/edit and selectize: 1. After click on add item the form for add is displayed. 2. I search for some string in selectize (loaded...