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

[Feature request] Repeating the header in console table widget #10

Closed
DBX12 opened this issue Nov 8, 2018 · 9 comments
Closed

[Feature request] Repeating the header in console table widget #10

DBX12 opened this issue Nov 8, 2018 · 9 comments

Comments

@DBX12
Copy link

DBX12 commented Nov 8, 2018

It would be nice if the column headers would be repeated every x data rows, so you don't loose track which column is which. x could be linked to the window height.

I think about something like this:

+---------------+----------+-----------+------------+------------+
| name          | can read | can write | can update | can delete |
+---------------+----------+-----------+------------+------------+
| john.doe      |    1     |     0     |    0       |    0       |
+---------------+----------+-----------+------------+------------+
<about x rows>
+---------------+----------+-----------+------------+------------+
| name          | can read | can write | can update | can delete |
+---------------+----------+-----------+------------+------------+
| jane.doe      |    1     |     1     |    1       |    1       |
+---------------+----------+-----------+------------+------------+
@samdark samdark transferred this issue from yiisoft/yii2 Nov 10, 2018
@samdark samdark closed this as completed Jun 22, 2019
@DBX12
Copy link
Author

DBX12 commented Sep 18, 2019

Sad to see this closed, care to elaborate why this got closed?

@samdark
Copy link
Member

samdark commented Sep 18, 2019

Because enhancements are no longer accepted into Yii 2.0: https://www.yiiframework.com/news/156/yii-2-1-and-yii-2-0-feature-freeze

@samdark
Copy link
Member

samdark commented Sep 18, 2019

Back then it was Yii 2.1, now it's Yii 3 that is in heavy development.

@DBX12
Copy link
Author

DBX12 commented Sep 23, 2019

Alright, thank you for the explanation.
Is this feature already in Yii 3 or should I reopen the feature request there?

@samdark
Copy link
Member

samdark commented Sep 23, 2019

I think it's no there. https://github.com/yiisoft/yii-console

@DBX12
Copy link
Author

DBX12 commented Oct 28, 2019

I'm not sure I can follow. The yii-core repo contained everything for yii3 but it was split and archived. I did not find a yii3-console repo, but this one is tagged yii3. Can you point me to the right repo or am I in the right repo here?

@samdark
Copy link
Member

samdark commented Oct 28, 2019

You are in the right repo.

@DBX12
Copy link
Author

DBX12 commented Nov 1, 2019

So just to get this right (I don't want to be annoying, just want to understand it):

  • this is the repo for the console functionalities of yii3
  • a feature freeze was issued for yii2, thus the request was closed
  • I should move the issue to the repo for yii3 console functionalities
  • The issue is here, yet the issue is in the wrong repo?

@samdark
Copy link
Member

samdark commented Nov 1, 2019

It is in the right repo. Console is now based on different codebase where there's no such issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants