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
Hi everyone, I’m having an issue counting the number of records in a group of a database table.
I created the resource and set up the different groups, but when I select the group I’m interested in in the interface, the NUMBER OF RECORDS function returns the total number of records in the database, not the ones in the selected group.
What am I doing wrong? Do I need to run a for loop to get the number of records in that specific DB group, or are there other solutions?