contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
288 stars 193 forks source link

Support for no primary key #696

Open dakorpar opened 6 years ago

dakorpar commented 6 years ago

Sometimes I have really simple view only datagrids that don't have any primary key, currently I'm setting it to any column although it has duplicates works ok, but IMHO this should be supported.

rpajik commented 3 years ago

Agree, when I want to show data from View, it's not possible now, because there are not index support on Views. Materialized View should by workaround now, but it's not comfortable.