mesour / DataGrid

Mesour DataGrid for Nette with options like to dump tree, inline edit, export to csv, create sub grids and sub items, sort data using jQuery.ui.nestedSortable and much more

Home Page:http://grid.mesour.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DateColumn does not accepts 'null'

patrickkusebauch opened this issue · comments

Instead it creates new instance of Datetime with current date and time. If the source does not provide date for the column (for example something has not yet happened), the datagrid automatically assumes current date.

+1, found this bug right now

Fix in v2.0.6. Pokud je datum nulový, tak zobrazí pomlčku. Při editable se vymaže, aby nevznikl konflikt s datepickerem.