mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
FW Live View - visible rows qty +1 caused by use of 0 offset (#7368)
This commit is contained in:
parent
558f7f23c4
commit
c6c823ea84
@ -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'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user