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

1.0.7 #11

Merged
merged 16 commits into from
Feb 20, 2019
Merged

1.0.7 #11

merged 16 commits into from
Feb 20, 2019

Conversation

Okipa
Copy link
Owner

@Okipa Okipa commented Feb 20, 2019

  • Breaking change : reverted last tag features => removed the capacity to add some result outputs with the ->result() method the Column objects.
  • Breaking change : reverted last tag features => removed the capacity to override default classes (config) for the results cells with the Table ->resultClasses() method.
  • Added the capacity to append some results objects to the table with the ->result() method with the following methods :
    • ->title() : Set the result row title.
    • ->html() : Display a HTML output for the result row. The closure let you manipulate the following attributes : $displayedList.
    • ->classes() : Override the default results classes and apply the given classes only on this result row. The default result classes are managed by the config('laravel-table.classes.results') value.
  • Added the capacity to manage a custom results template path in the config and with the ->$resultsComponentPath() method.

@Okipa Okipa merged commit 96339f2 into master Feb 20, 2019
@Okipa Okipa deleted the 1.0.7 branch February 21, 2019 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant