$('#materialTable tr:last') or $('#yourtableid tr').last().attr('id');
$('#yourtableid tr:last').attr('id');