You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Hello, Describe the bug
When you input a row number and click open it open the row number : rowNumber+ 1 (obviously it count the first row as 0) and in the input of rowNumber when you click the up or down arrow it continuously add or substract to rowNumber.
Not really a bug since the Row Number is the row index of the table - not the Id field in the first column (which starts at 1).
You can see this if you sort the table (e.g. by Email) so Id isn't in order: clicking [Open] on the row zero always opens the top row, regardless of Id.
We should explain this point a bit more clearly on the page.
Ok for the row index of the table, I understand how it works but you should not be able to put a negative int in the input or substract under 0 with the arrow (at least for this example) ; also the arrows continuously add or substract if you click it once.
Hello,
Describe the bug
When you input a row number and click open it open the row number : rowNumber+ 1 (obviously it count the first row as 0) and in the input of rowNumber when you click the up or down arrow it continuously add or substract to rowNumber.
To Reproduce
Go to https://blazortable.netlify.app/Detail and test the input for rowNumber.
Expected behavior
Open and close the input row number and add or substract only one at a time unless you do a long click.
The text was updated successfully, but these errors were encountered: