Skip to main content
1-Visitor
June 1, 2021
Solved

Control the length of infotable

  • June 1, 2021
  • 1 reply
  • 1057 views

 

hi,

 

I need to controll the length of infotable, but it doesnt work.

 

tried:

if(infotable.getRowCount()==1){

.........}

 

How do you do?

Best answer by SachinSharma

@AA_9042718 

 

Try,

if(infotable.length==1){

.........}

1 reply

16-Pearl
June 1, 2021

@AA_9042718 

 

Try,

if(infotable.length==1){

.........}