How to Show Row Count in page item using JS in Apex Grid | | Lecture 56 (Part 2)

Опубликовано: 12 Октябрь 2024
на канале: Knowledge Sign
1,132
10

For More Videos,

Please Subscribe my Channel:
   / @knowledgesign22  

Code:
---------------------------------------------------------------------------------------------------------------------------

/* --- This line remove string ,special character in page item -----*/

var val1 = $('#STATIC_ID .a-GV-table:nth(1) tbody tr')

/* -- This line show item value in console browser --- */

console.log(val1.length , val1 ,'val ')

/* -- this line show count in page item ----- */

$('#PAGE_ITEM').val(val1.length );

---------------------------------------------------------------------------------------------------------------------------

Social Media links:
Facebook:
  / sharjeelrehmi  

Emails:
[email protected]

Twitter:
  / sharjeelrehmi