Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for table tags #54

Merged
merged 21 commits into from Oct 24, 2021
Merged

Add support for table tags #54

merged 21 commits into from Oct 24, 2021

Commits on Oct 13, 2021

  1. Copy the full SHA
    ff6d384 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86942eb View commit details
    Browse the repository at this point in the history
  3. Fixed CS

    butschster committed Oct 13, 2021
    Copy the full SHA
    b9e4407 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/html-table-parser' into …

    …feature/html-table-parser
    butschster committed Oct 13, 2021
    Copy the full SHA
    13639b8 View commit details
    Browse the repository at this point in the history
  5. Fixed CS

    butschster committed Oct 13, 2021
    Copy the full SHA
    aa39319 View commit details
    Browse the repository at this point in the history
  6. Added support for additional table geatures

    - header and footer title
    - row separator
    - tfoot
    - th tag will add bold style for text
    butschster committed Oct 13, 2021
    Copy the full SHA
    2c31e02 View commit details
    Browse the repository at this point in the history
  7. Fixed CS

    butschster committed Oct 13, 2021
    Copy the full SHA
    078824d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Replaces <hr> with border attribute for table row separator.

    Now you can use <tr border="1">,  <tr border="2">, ...
    
    Added ability to configure title for header and footer.
    <thead title="Books" class="bg-red text-color-white px-10">
    <tfoot title="Page 1/2" class="mx-5 bg-blue">
    butschster committed Oct 14, 2021
    Copy the full SHA
    f207e28 View commit details
    Browse the repository at this point in the history
  2. Fix

    butschster committed Oct 14, 2021
    Copy the full SHA
    be32577 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    butschster committed Oct 14, 2021
    Copy the full SHA
    ccff483 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Merge branch 'master' into feature/html-table-parser

    # Conflicts:
    #	tests/render.php
    butschster committed Oct 19, 2021
    Copy the full SHA
    c4f81d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merges with last changes

    butschster committed Oct 20, 2021
    Copy the full SHA
    5090ce8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a2414e View commit details
    Browse the repository at this point in the history
  3. Fixes psal errors

    butschster committed Oct 20, 2021
    Copy the full SHA
    99036db View commit details
    Browse the repository at this point in the history
  4. Full code coverage

    butschster committed Oct 20, 2021
    Copy the full SHA
    7c6d7c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Copy the full SHA
    ba6fb2c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Copy the full SHA
    5f547f1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c870a2e View commit details
    Browse the repository at this point in the history
  3. Fixes psalm

    butschster committed Oct 24, 2021
    Copy the full SHA
    c52829c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    024ef1e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8eedaa1 View commit details
    Browse the repository at this point in the history