Valentin Hervieu
Valentin Hervieu
If I do: ``` js { name: '6', caption: 'Amount', formatFunc: function(value) { return value ? Number(value).toFixed(0) + ' $' : ''; }, dataSettings: { aggregateFunc: 'sum', aggregateFuncName: 'whatever' }...
With the 1.1.0 version, when I open a filter popup of a field, I can't scroll the list of matches (.fltr-vals-col) with the mouse wheel. It is working fine using...
Currently color of icons can't be customized because they are PNG. I think it would be could to be able to change their color to deeper change the customization. Using...
What is the best way to go to create my own theme? Is it currently possible with the current version?
In our application, we have a global `type Locale = 'en' | 'de'` that let us use it without importing it. I know this is not really clean... However, `date-fns`...
This is an attempt to add autoscroll support as requested in #4. This feature is clearly not trivial and making it right is hard. For the moment, I've investigating how...
This is an attempt to fix #490. However, https://arethetypeswrong.github.io/ is still not fully happy about it. The problem is that we are using `bili` to build the library and it's...
Since [email protected] (released in September 2021), the plural syntax has changed: https://www.i18next.com/misc/json-format#i-18-next-json-v4 When using `lokalise2 file download --plural-format i18next`, it returns plural forms using the "i18next JSON v3". The difference...
In production, we want to allow all robots. On other env (especially previews), we should block them. We can probably use a `redirects` rule in the `next.config.js` to serve a...
First, the issue I'm trying to address with this feature request was perfectly stated in 2016 in [this comment](https://github.com/apollographql/apollo-client/issues/621#issuecomment-255506076):  Today, when we have a mutation that is affecting the...