Top "Rows" questions

A row is a single data item in a database, spreadsheet, table, grid or list.

How to set rows and columns of a JTable Dynamic

my question is how to set dynamic, the number of rows and columns in a JTable? I mean if the …

java swing jtable rows dynamic-columns
How to consolidate duplicates in Excel where several columns need to remain uncosolidated

I am trying to do a stock count through product stores but have several part numbers that are listed twice (…

excel duplicates multiple-columns rows consolidation
Laravel insert or update multiple rows

Im new in laravel, and im trying to update my navigation tree. So i want to update my whole tree …

laravel insert rows
How to get number of rows by select query using mysql

I'm new in golang. I want to create a login verification from MySQL db. I want a method like as …

mysql go rows
Alternating color rows in PHP loop

How can I have an alternating color rows in my php loop? $num = mysql_num_rows($qPhysician); $i=0; while($i &…

php while-loop rows alternating
Pandas - Delete Rows with only NaN values

I have a DataFrame containing many NaN values. I want to delete rows that contain too many NaN values; specifically: 7 …

python pandas rows dataframe
PHP - PDO - How to fetch multiple rows with only one query?

First of all, I'm new to PDO. I'm working on a small project to improve myself. I'm using a code …

php database pdo rows fetch
Equal height of elements inside grid item with CSS grid layout

I have a sequence of articles inside a div of 4+ length, without any rounding row tag. I need to represent …

css grid height rows css-grid
vue.js v-for on two table rows

Vue 2, no webpack. I want to render two trs at a time, for main and detail expandable row. This is …

vue.js html-table rows v-for
How can I check if a database query will return results?

Our website uses Perl to provide a simple mechanism for our HR people to post vacancies to our website. It …

perl dbi rows