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

Feat: Convert DpTableHeader.vue to a template #205

Merged
merged 24 commits into from
May 15, 2023

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    65febd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc70739 View commit details
    Browse the repository at this point in the history
  3. Remove doubled th

    elmasdemos committed May 5, 2023
    Configuration menu
    Copy the full SHA
    22459e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3abb458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f26b842 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Fix the error that the table was not resizeable and change name of Re…

    …sizableColumns component
    
    there was an error about e.getBoundingClientRect()
    this error exists because the dom structure of the component DpTableHeader changed
    so that there are not only HTML elements in tableHeader
    here needs to be a check if tableHeader.nodeName is 'TH'
    elmasdemos committed May 8, 2023
    Configuration menu
    Copy the full SHA
    40f51f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a7029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff4b74 View commit details
    Browse the repository at this point in the history
  4. Remove one th because its changing the style of the column if there a…

    …re double ths inside the
    
    component and outside of the component
    elmasdemos committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7a6b8d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0962b14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5248734 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88166ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11f602c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    9c36b6e View commit details
    Browse the repository at this point in the history
  2. Code beautify

    elmasdemos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4c37717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853e2c7 View commit details
    Browse the repository at this point in the history
  4. Remove wrong component

    elmasdemos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b0d4f0f View commit details
    Browse the repository at this point in the history
  5. wip looking for the error

    elmasdemos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1f00cda View commit details
    Browse the repository at this point in the history
  6. wip looking for the error

    elmasdemos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    125f8d6 View commit details
    Browse the repository at this point in the history
  7. Remove v-text and write it back in the old place because

    otherwise the slot doesnt know that it has a reference to the text
    elmasdemos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5611333 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/main' into feat_convert_tablehea…

    …der_into_template
    
    # Conflicts:
    #	CHANGELOG.md
    elmasdemos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b794e3c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Code beautify

    add line break if new if condition
    add space before the question mark in ternary
    elmasdemos committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7ea8c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa3925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfdb0f7 View commit details
    Browse the repository at this point in the history