Closed PierreLucB closed 2 years ago
is your value stored as number or string ?
It's in string
Can't say what's happening, it should work but my guess is there is something wrong with data - may be some space, or other chracters.
Can you provide me some reproducable please ?
the code I provided can works as standalone. The value "2" of the variable col1valeur cannot be found
Hey @PierreLucB
I tried in idbstudio for numbers and it is working for me.
I will try your code later.
@PierreLucB try removing the keypath and it should work. Let me know if it does not.
Honestly after few days working with jsstore, I just abandoned and made my own solution.
yeah that's cool :).
Hello, I can't succeed to retrieve a value in a table while directly filtering the column by his value.
Here is my code :
The where condition isn't working in the first case, I have to use the like operator to filter the values.
Please tell me what am I missing.
Thx