getDataLength
Usage
if (dsMyDataObject.getDataLength() === 0) {
console.log('No records found');
}API
getDataLength(): number;Last updated
Was this helpful?
if (dsMyDataObject.getDataLength() === 0) {
console.log('No records found');
}getDataLength(): number;Last updated
Was this helpful?
Was this helpful?