Leonardo Lurci
Leonardo Lurci
Same problem here My package.json is: ``` { "name": "milestonekanban", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "^3.9.3", "@material-ui/icons": "^3.0.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-kanban-dnd": "^0.3.0", "react-router-dom": "^5.0.0", "react-scripts": "2.1.8"...
thanks you @jgcmarins . Add `styled-components` as `dependencies` does not completely solve the problem, because add `styled-components` install the lastest version and your library is not full compatible with it....
As @Arafel-BR even I also need this kind of feature. Maybe as a plugin library if DevExpress doesn't want to make this beautiful library smarter. ### I am going to...
@AlekseyMartynov this is a smart solution. I've tried it and it works! So the idea behind this code is: 1. map the SQL fields with the DTO 2. apply filters...