I have a tablePane that always displays with the bottom row selected. The SQL is executed when the submit/search button is clicked. See attached.
Does anyone know how to enable row selection but prevent the bottom row being selected after the button onClick event?
<tablePane id="workBioTable" maxRows="1000" pageSize="6" width="1000px" showRowNumbers="false" showZebra="true" useSnapshot="true" extraColumnWidth="5%" initialExecute="false" sql="SELECT workbio.RequestDate, workbio.SpecId, workbio.Worksheet, %SQLUPPER(wsfbio.

