Author: Zafir Anjum If you want just a single cell to be highlighted, rather than the entire row, use the following two lines of code. table.setRowSelectionAllowed( false ); table.setColumnSelectionAllowed( false ); Posted On: 9-Jan-1999
If you want just a single cell to be highlighted, rather than the entire row, use the following two lines of code.
table.setRowSelectionAllowed( false ); table.setColumnSelectionAllowed( false );
Posted On: 9-Jan-1999