Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[WCM][Console] add documentation for the new method added for table dividers#3269
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cordoval commentedDec 3, 2013
Q | A |
---|---|
Doc fix? | no |
New docs? | yes (symfony/symfony#9680 ) |
Applies to | 2.5+ |
Fixed tickets | - |
fyi, I changed the PR template to use our template:http://symfony.com/doc/current/contributing/documentation/overview.html#pull-request-format |
@@ -23,6 +23,7 @@ set headers, rows and render:: | |||
array('960-425-059-0', 'The Lord of the Rings', 'J. R. R. Tolkien'), | |||
array('80-902734-1-6', 'And Then There Were None', 'Agatha Christie'), | |||
)) | |||
->setDividersAt(array(2)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I don't know if I like this, because they don't really no what this exactly does
Can you add[WCM] to the PR title? |
@xabbuh done :) |
👍 |
Closing assymfony/symfony#10365 implements this feature in another way. See#3627 for some documentation about it. |