FW Live View - visible rows qty +1 caused by use of 0 offset (#7368)

This commit is contained in:
NOYB 2024-04-09 01:14:43 -07:00 committed by GitHub
parent 558f7f23c4
commit c6c823ea84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -425,7 +425,7 @@
function apply_filter()
{
let filters = [];
let visible_rows = 0;
let visible_rows = 1;
let max_rows = parseInt($("#limit").val());
$("#filters > span.badge").each(function(){
filters.push($(this).data('filter'));