Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I have the number of objects selected from my list?
Example: I want it to pull the last 50 items from my list
It happens in the database
Learn SQL
Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
https://community.bablosoft.com/topic/20110/how-to-remove-first-country-code-on-phone-verification
Seems to have to do with "add tab" When not having proccess tunneling activated i can't add any tabs.
@fox
Thank you very much. This will help a bunch in alot of projects.