datagrid
datagrid copied to clipboard
:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
### Specification When specifying string value in query, datagrid adds two "N" before leading string apostrophe. For example: `$fluent->where("type = 'type1'")` datagrid represents as `"WHERE type = NN'type1'"` ### Source...
Suggestion - Ability to add multiple action buttons columns
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 | {…}...
There is still an issue with pagination and all option (at least in v5.7.4). This pull request is solving it.
⚠ **Please see the first comment below first.** ⚠ --- I think this is a very old problem, because I am finding similar problems mentioned from about 2016. Hopefully I...
Because for rendering I am using setRenderer() callback with my own HTML format
Datagrid should use something different than state to create a URL in Javascript. The problem is that the state can mapped values. If I define filter in Nette Router, the...
If ItemsDetail has renderCondition and this condition **is not** met before inline edit and **is** met after this editation, ajax response returns content for item-detail snippet, but coresponding row not...
After editing item there is only 1 row (the edited one) loaded. Summary is then computed from this row only. Can replicate on example grid https://ublaboo.org/datagrid/. 1. hit edit on...
Hi treeview does not work with doctrine My Entity ``` class MaterialCategory implements IEntity { use SmartObject; use TId; use TName; use TSlug; /** * @var MaterialCategory|null * @ORM\ManyToOne(targetEntity="MaterialCategory", inversedBy="children")...