Keep paragraph together in a table

  • We want to have a table with :
    - A header line (H)
    - Three lines as detail line (L1, L2, L3)
    - A Footer line (F)

    The three lines must be together. No page break can be included between them.

    Ok Nok
    H H
    L1 L1
    L2 L2
    L3 L3
    L1 L1
    L2 F
    L3 PageBreak
    F H
    Page L2
    break

    In a document with paragraph we can do this with the KeepN property of each paragraph. In a document with a table we can't do that. The KeepN property doesn't work. Is there a solution ?