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

Data table header fixed position #8975

Closed
phpmind opened this issue Nov 4, 2016 · 4 comments
Closed

Data table header fixed position #8975

phpmind opened this issue Nov 4, 2016 · 4 comments
Labels
Feature:Data Table Data table visualization feature Feature:Visualizations Generic visualization features (in case no more specific feature label is available) feedback_needed Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.

Comments

@phpmind
Copy link

phpmind commented Nov 4, 2016

Team,
I have to make my main Data table header fixed. So that user knows what they are looking at.
I have added an ID in main table of this file "src/ui/public/doc_table/doc_table.html"
Where can i write my jQuery code which makes header fixed?

I created a new plugin but that did not catch id of this file.
If there is any alternate solution please let me now.

Kibana 4.6
Thanks in advance.

@thomasneirynck
Copy link
Contributor

Hi @phpmind , not a 100% sure what you are trying to achieve. Do you mean position: fixed in CSS? Can you elaborate?

In any case, I'd advise against editing internal files of Kibana to support your add-on. There's no guarantee that the implementation will be preserved across releases. Your add-on might stop working when upgrading.

@phpmind
Copy link
Author

phpmind commented Nov 7, 2016

Thank you thomasneirynck.
I understand the risk of implementing hack/patch.

However we need this, something like this (http://mkoryak.github.io/floatThead/ ) in kibana 4 Data Table - this example header is fixed. I need something similar. Can you please help me, what could be possible correct way.

Thanks again.

@thomasneirynck
Copy link
Contributor

ok, I think I see what you mean, thanks!

In you add-on, you are reusing the Datatable we are using the Datatable-Visualization? Or are you reusing another one?

@thomasneirynck thomasneirynck added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. labels Nov 18, 2016
@ppisljar ppisljar added the Feature:Data Table Data table visualization feature label Dec 9, 2016
@thomasneirynck
Copy link
Contributor

duplicate of #9395. closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Table Data table visualization feature Feature:Visualizations Generic visualization features (in case no more specific feature label is available) feedback_needed Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.
Projects
None yet
Development

No branches or pull requests

3 participants