Radek Dostál
Radek Dostál
Hi, when I use setPagination(FALSE) with NetteDatabaseDataSource, no items are found - no SQL query was executed. Tested on v6.9.0 - v6.9.2.
DataGrid v5.7.0 with Bootstrap 4.1.3. If DataGrid is placed in .container-fluid, in IE and Edge is always visible page horizontal scrollbar. FF, Chrome and Opera are OK. With BS 3...
Tested with version 3.2.0. ```php $budgets = $form->addMultiplier('budgets', function(Container $budget, Form $form): void { $budget->addText('price', 'Cena') ->setMaxLength(10) ->setRequired() ->addRule($form::FLOAT) ->addRule($form::MIN, NULL, 1); }); ``` E.g. for the value "10 000,00"...
Icon "remove" in column header is always shown, although the filter is not set. Only in bootstrap-4 branch with Bootstrap 4.