I can create an array by using "table.rows().data().toArray();", but if I only want data from columns 1 to 3, not the whole table, how should I modify this code?
↧
I can create an array by using "table.rows().data().toArray();", but if I only want data from columns 1 to 3, not the whole table, how should I modify this code?