runtime error
Check your data, your csv rows are not all the same length, or something similar
or you do not set the table to have a header row?
[Feature request]
Clear table, so that new data/styling can be applied without restarting the app
done, update the extension pls.
With v3 no runtime error but I can not set cell color, please check my aia vith version1 then update version
TableViewer.aia (17.7 KB)
it looks like you did not read the update notice, and did not follow the suggestions from other users.
You can find your questions all answered there.
You are right, it runs now, thank you.
[Feature Request] (maybe the last one )
Scroll to specified row. For example,if you use SetStyle to change to colour of a row after the table is displayed (from a TableClick), the styling is set but the table reloads to the top of the table. Either prevent this and/or offer a scroll to row method, in order to remain in the selected place in the list.
Select row quirk
When using set thead, and when setting a style after the table is displayed to a row
in Table Click, I have found that the SetStyle method performs the action on the next row down to the one selected. To fix this, one needs to deduct 1 from the row
supplied by the TableClick
same problem when has head is false ?
Will need to test, just a minute or two....
No, correct row returned when no thead
maybe use selector: tbody tr:nth-child(...)
Nope, still styles row below the row clicked
Looks like this might be a requirement when there is a thead
:
tr:(nth-child(row-1)
As long as we know, it is not a big issue...
can you take the text of the selected row in 'when tableview1.click' and display it?
show your blocks please
it looks fine for me. What have you got? not showing any thing? any error message?
index 6, size 6