Nicolas Keller

Results 12 comments of Nicolas Keller

It also uses [email protected] which has a critical security issue

So according to the poll, having a `skip` option seems to be the more popular choice, probably because it is what apollo-client uses. Any news on this?

Would love to see this feature implemented!

We actually have the same issue, I cannot get rid of the warning message when opening generated files with MS Excel but opening it in Google drive work fine. I...

Hey @lbozzo , I cannot reproduce the issue (Mac OS, multiple browsers), so I am assuming it is a windows thing? Is the window in focus when you first right-click?

Hey @ajboni, thx for the repport, I will have a look into it

Hey @kechen123, thx for the report. It works on Chrome Version 103.0.5060.114 on a Mac. Can you please confirm that it still does not work on Windows?

That is true, good point. A workaround would be to set [`disabled`](https://react-datasheet-grid.netlify.app/docs/api-reference/columns#disabled) to true for each column. You should also set [`lockRows`](https://react-datasheet-grid.netlify.app/docs/api-reference/props#lockrows) to true on the grid. You could also...

Hi @arnaudbesnier, the name of the project is Equify, one of the table where is fails is the `Role` table with the column `User`. Thanks for your help ;)

Ok so I figured out what the problem was. Using sequelize I wrote a [getter](http://docs.sequelizejs.com/manual/tutorial/models-definition.html#defining-as-part-of-the-model-options) for the relation `Author` that returns a promise. The getter is very simple and allows...