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

Expose Laravel Loop Object To Column #4857

Merged
merged 25 commits into from
Nov 9, 2022
Merged

Expose Laravel Loop Object To Column #4857

merged 25 commits into from
Nov 9, 2022

Commits on Nov 6, 2022

  1. Expose Laravel Loop Object To Column

    This PR Expose Laravel Loop Object To Column,
    
    We can use it like below
    
    Tables\Columns\TextColumn::make('sl')->getStateUsing(function ($loop){
          return $loop->iteration;
    }),
    Nuhel committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    0463d65 View commit details
    Browse the repository at this point in the history
  2. chore: fix code style

    Nuhel authored and github-actions[bot] committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f96db7b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Fixing Issues.

    Changed loop method to rowLoop. And fixed issue with loop object.
    Nuhel committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f919456 View commit details
    Browse the repository at this point in the history
  2. Update split.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b04f35a View commit details
    Browse the repository at this point in the history
  3. Update split.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0031d0a View commit details
    Browse the repository at this point in the history
  4. Update Column.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1fd850a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf6b96a View commit details
    Browse the repository at this point in the history
  6. Update Component.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f796797 View commit details
    Browse the repository at this point in the history
  7. Update Component.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f3382a4 View commit details
    Browse the repository at this point in the history
  8. Update index.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    287f6ac View commit details
    Browse the repository at this point in the history
  9. Update layout.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a421b25 View commit details
    Browse the repository at this point in the history
  10. Update stack.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c216ccf View commit details
    Browse the repository at this point in the history
  11. Update index.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cc99d3b View commit details
    Browse the repository at this point in the history
  12. Fixed Issue After Refactoring.

    Fixed Issue After Refactoring.
    Nuhel committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ffda9a1 View commit details
    Browse the repository at this point in the history
  13. Update layout.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6749020 View commit details
    Browse the repository at this point in the history
  14. Update split.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    91ec856 View commit details
    Browse the repository at this point in the history
  15. Update stack.blade.php

    danharrin committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    65ea03a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    868e76d View commit details
    Browse the repository at this point in the history
  2. chore: fix code style

    Nuhel authored and github-actions[bot] committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ad3c0ee View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update CanFormatState.php

    danharrin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c8ec0fd View commit details
    Browse the repository at this point in the history
  2. chore: fix code style

    danharrin authored and github-actions[bot] committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4468646 View commit details
    Browse the repository at this point in the history
  3. Update 02-text.md

    danharrin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    150706c View commit details
    Browse the repository at this point in the history
  4. Update CanFormatState.php

    danharrin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e643da3 View commit details
    Browse the repository at this point in the history
  5. Update TextColumn.php

    danharrin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9569b27 View commit details
    Browse the repository at this point in the history
  6. chore: fix code style

    danharrin authored and github-actions[bot] committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dc7cc2b View commit details
    Browse the repository at this point in the history