w35l3y

Results 46 comments of w35l3y

Your field must contain only numeric values (not stringified numbers!). You should update them if they really aren't numbers. Once done, just make sure to only insert numbers. db.queryAll("tableName", {...

According to the documentation ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/sort ), the current implementation should work flawless. I think the problem is because you should ALWAYS list sorting conditions from most specific to less...

"Sanitizing" the values while sorting isn't recommended for performance reasons. You should consider storing them sanitized already. Formatting should only be applied when showing the result or in fields that...

This is great to know that it worked @Valkhan That's right, always from the most granular units to less granular units. Seconds > Minutes > Hours > Days > Weeks...

Probably, it's a duplicate of #71

Sadly, I had to use `data` instead of `dataSet` to make it work. Also, the cell value should be referenced directly instead of using `{value: new Date(), style: {...}}`

> > Sadly, I had to use `data` instead of `dataSet` to make it work. > > Also, the cell value should be referenced directly instead of using `{value: new...

``` import React from 'react' import ReactExport from 'react-data-export' import { moment } from 'utils' import PropTypes from 'prop-types' const ExcelFile = ReactExport.ExcelFile const { ExcelSheet, ExcelColumn } = ReactExport.ExcelFile...

That definitely would make things even easier. Currently, I guide people to access `dash.cloudflare.com` by themselves. https://github.com/w35l3y/hassio-addons/tree/main/cloudflare_tunnel#readme

@jschwalbe, are you using [cloudflare_tunnel](https://github.com/w35l3y/hassio-addons/tree/main/cloudflare_tunnel) ?