AcidRaZor

Results 19 comments of AcidRaZor

@jtommy Has any progress been made on virtual scrolling?

Browsers can't execute EXE files due to security concerns, so storing a file in state won't work since JS is client-side, it's quite impossible to execute a file or anything...

Please share where you found this information? Local storage cannot interact with the core OS and store.js doesn't use local storage, it uses state which is wiped every time you...

check the size of your node_modules directory. its known to be huge

> Don't you think that would make the code less efficient? @Berkmann18 Why would checking if you're an admin first and then make a call to the database to retrieve...

Your secret key is too small / not set

This post from 5 years ago should point you in the right direction https://github.com/tabalinas/jsgrid/issues/190#issuecomment-185492149

Here is my solution to auto-fit the column width (assuming you use jQuery): ``` onDataLoaded: function (args) { $("#jsGrid th").each(function (index) { var maxLength = $(this).text().length; $("#jsGrid tr").each(function (idx) {...

@qishibo any update on this?

@saikatharryc & @narayanprusty you can use "components" to restrict it to a specific country (up to 5 https://developers.google.com/places/web-service/autocomplete) if you don't necessarily want to specify the radius and/or direct location....