Note that there are some explanatory texts on larger screens.

plurals
  1. USDmitriy Likhten
    primarykey
    data
    text
    plurals
    1. COHeight on the table acts as a min-height property. Can't force the table to be only a certain hight. I wanted a solution that would not require me to split the table into two tables one for head one for foot with set column widths.
      singulars
    2. COIf you write tests first or second, it is both fine, but when writing tests you ensure your code is testable so that you CAN write tests. You wind up thinking "how can I test this" often that in itself causes better code to be written. Retrofitting test cases is always a big no-no. Very hard. Its not a time problem, its a quantity and testability issue. I can't come up to my boss right now and say I want to write test cases for our over a thousand tables and uses, its too much now, would take me a year, and some of the logic/decisions are forgotten. So don't put it off too long :P
      singulars
    3. COI am trying to create a technique so that I can create a few CSS classes to allow for things like having lets say a table "component" on my page which displays paginated tabular data with a header, a footer (one of the two will have navigation) and body. The "component" goes somewhere into the page which either contains a size, or a "fit" size, or an "expand" size. Long story short, a little bit of layout standardization so that I can lay everything out easier. And no, the table component I mentioned is not the only use case.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload