nanorise
nanorise
TTCTheo's Typesafe Cult
Created by nanorise on 3/21/2024 in #questions
Selecting only `td` elements from the root table (not nested tables inside the root table)
I think its a step into the solution but it doesn't work. because the inner table is the same table so it still has tr > table > **tbody > tr > td** like the root table. I guess the only way to determine a row in the inner table from the outer table is that it has 2 parent tables instead of one? not sure if theres a css selector for taht @Y7YA
6 replies
TTCTheo's Typesafe Cult
Created by nanorise on 3/21/2024 in #questions
Selecting only `td` elements from the root table (not nested tables inside the root table)
tr elment with nested table can be identified because it has a data-state="open" attribute
6 replies
TTCTheo's Typesafe Cult
Created by nanorise on 10/9/2022 in #questions
Created a Resizable HTML table, missing one last thing
with a flag indicating if the user changed direction mid-resize
7 replies
TTCTheo's Typesafe Cult
Created by nanorise on 10/9/2022 in #questions
Created a Resizable HTML table, missing one last thing
I solved it
7 replies
TTCTheo's Typesafe Cult
Created by nanorise on 10/9/2022 in #questions
Created a Resizable HTML table, missing one last thing
your way of thinking is looking very promising, but I wonder if we can get it to work with the current implementation
7 replies
TTCTheo's Typesafe Cult
Created by nanorise on 10/9/2022 in #questions
Created a Resizable HTML table, missing one last thing
@flicknote thanks for the reply, I wanted to approach this with working with the DOM.
7 replies