Thanks Yavor. JSFiddle looks good : https://jsfiddle.net/ptdm4qza/2/
Few more quick questions:
1. Is it possible to disable the Get Rows
button until user selects at least one row? And as soon as they checkmark at least one row, it should be enabled.
2. After user hits Get Rows
button, what method can be used to clear the existing selection? For example, if a user has selected two rows and then hits the Get Rows
button, then if. auser accidently hits the same button again , they will submit same selected rows again. So I don’t want this to happen and clear the selection after they hit the Get Rows
button.
Thanks,
Walker1234