ysguy
ysguy
Hi, having the same issue upgrading from 2.6.2 to the current version. Is there any definative fix i can try? FYI I tried @jesseoDIG suggestion and it worked to upgrade...
If you use it via Bootstrap Tables it will allow you to feed JSON to the treegrid. http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/treegrid.html
If you use it via Bootstrap Tables it will allow you to feed JSON to the treegrid. http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/treegrid.html
Can you share the lines you changed in the script, its a pretty long file with a number of broken up query spots. Would save some troubleshooting. I am experiencing...
`bot.sendMessage(chat_id,'Message text goes here')` is the usual syntax. Do you get an error? I had to write two python scripts, one to send message alerts to the channel and another...
ASNeelima, Firstly, start a new issue instead of hijacking a much older thread. Secondly, please give a lot more context when asking questions. Perhaps some example code and what you...
I found a way to achieve what i want, however it still requires building with a fixed number of buttons. If i wanted a dynamic number of buttons i still...
@electrigga are you saying your example works?
Did you ever figure this out????? I have the same issue, i believe we need to handle the incoming files in the router page and not in the routed page...
Resolved. Thanks for being my Rubber Duckie. Changing my code to not persist immediately resolves it. Sorry for missing this important information. The Fix: od_excel_file = WorkBook(XLfile, **use_session=False, persist=False)**