json_table
json_table copied to clipboard
Feature: Select first row on load
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.
You mean the row should be auto highlight on first load? and onRowSelect should also call?
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
Got that. We can do this. Let me just work on this tomorrow and provide update