Feature: Select first row on load
Opened this issue · 3 comments
mnn-softjoy commented
A nice feature would be be able to select an active row by index on load.
The table should then show the row as marked and the onRowSelect should fire with the selected row.
apgapg commented
You mean the row should be auto highlight on first load? and onRowSelect should also call?
mnn-softjoy commented
Yes exactly!
I am loading a form on the side of the table with details from the selected
row using the onRowSelect function. Only showing some data/columns in the
table. And it would be perfect if the first row is automatically selected
on page load.
Mattias
apgapg commented
Got that. We can do this.
Let me just work on this tomorrow and provide update