Widget Table: commands

Hi, sorry for my disturb, i have a question about widget Table.
I’m trying to use and understand how it work.
From your website DOCS, i read table commands : “add”, “update”, “pick”, “clr”.
I’m asking if there are some others commands (es. “unpick” ) or if there is a list somewhere that i don’t find?
Thanks in advance
Antonio

P.S. How i can select and deselect Row from Hardware side using Blynk.virtualWryte?

Hello. Thanks for pointing out. I updated docs for all supported commands. Doc will appear in few minutes.

2 Likes

Thanks a lot for your support!!!

1 Like

I’m sorry but Blynk.virtualWrite(V120, “select”, rawId); is not working
work fine “clr”, “update”… i don’t find where is my mistake.
When i use this Blynk.virtualWrite(V120, “select”, rawId); often i receive Buffer overflow from hardware serial

Thanks

Sounds like you may be pushing to much at once… can you show your code?

I have a lot of widget in this Project, i have to optimize times and schedulations.
I find where is the problem. Arduino send correctly to App but Table widget don’t update. For update widget i have to turn off the cellphone screen and turn on it.
May e is a littele bug of app?

Make sure you have latest App version installed… i recall there was an update issue in the past.

Yes, i have latest app 2.16 for Andriod and lastest library Blynk 0.4.8 for Arduino

We have no ‘select’ command, maybe you are referring to ‘pick’ one?

Seem’s you want to select/deselect rows from your hardware? We’ll think about such support.

Yes, i asked yesterday what commands are supported for Table, and Dmitriy updated DOC guide in your website.
Sorry but i was intersted about select/deselect for my project
Do you think it can be increase easily?
Thanks again

select, deselect and order commands are commands, that would be sent from the app
add, update, pick and clr - commands, that app receives.

we’ll implement support for select/deselect/order on the app side too in the next release.

Ok, thanks a lot!

Please check this issue with 2.16.2 build, that will be available within several hours.

Super! Now work fine!
Thaks

https://streamable.com/rsauh

2 Likes