Hello!
I have been trying to crack Magento 2.1 module development the better part of the day. I failed...
Is there a tutorial somewhere how to setup UI component for a simple DB CRUD? It is extremely hard to undrestand these xml concepts.
The official docs do not provide much help for a total newbie. Also most tutorials are either too complicated or way out of date.
I have simple sql table: entry_id, created_at, title
I managed to create a module and blank ui component. And now i am stucked. Any help here?