I have a table created the DataTables plugin, and with it, I set the first four columns of my table that can have n columns - they are generated based on a database query - the fixed columns will always be present and informative, with only text. The other columns have input
each.
Since the document has multiple columns, it has a% horizontal%.
My intention is for the user to press the scroll
key, the tab
will track the scroll
that just received input
. Currently it switches from focus
but the scroll is in the initial position, requiring the user to drag to see where it is.
How to proceed?