datagrid
datagrid copied to clipboard
:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
Parametrizable template or inline template body
As a data source, I have wrapped SQL with necessary ordering. Datagrid generates this SQL: `SELECT * FROM ( select * from user order by name) val ORDER BY "id"...
Pokud pokud zobrazím inline add řádek, odešlu tlačítkem uložit, Tak se řádek s formulářem skryje i když nedojde k přidání záznamu. Např. když projde js validace ale php validace neprojde....
The FilterRange filter does not work correctly when one (or both) of the limit values equals to 0 (zero). **Steps to reproduce:** 1. Add the number (or text) column to...
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...
When I make a column, which combines data from two fields and use the third argument to declare those columns for filter as mentioned in documentation `$grid->addFilterText('name', 'Search', ['name', 'surname',...
The documentation here https://ublaboo.org/datagrid/edit?editableGrid-per_page=10#small-inline-editing says that a function passed to setEditableCallback has to return a new value, which would be rendered in a grid cell after finishing of inline editing....
Hello. FilterMultiSelect get me this error. ` /** * Get filter condition * @return array */ public function getCondition() { $return = [$this->column => []]; foreach ($this->getValue() as $value) {...
If not it will cause ajax malfunction (such as not refreshing rows...)
NetteDatabaseDataSource.php - there is unhandled date creation in filters. It crasches when \DateTime::createFromFormat returns false. It's necessary to check if $date_from and $date_to is false. ` public function applyFilterDateRange(Filter\FilterDateRange $filter)...