how can i do if i want to fix column for scroll table.
i have html dashboard and i want to get something like that :
http://jsfiddle.net/DJqPf/7/
if anybody have any idea i'm open
thx
Did anyone find the solution for the problem?
currentyl i get a great source code that can fix two column like i wanna.
but it work only for an id, and all table on dashboard contains only classname and it same for all table.
refer to :
https://answers.splunk.com/answers/438945/id-for-table-panel.html
What do you mean? What's the problem you're trying to solve?
i just want to fix the first column and header to let him static when i scroll on the right.
for example :
currently the panel on dashboard is normal like that
http://jsfiddle.net/DJqPf/5/
but i want to get something like that :
http://jsfiddle.net/DJqPf/7/
I'm with you now. I have no idea if that's possible in Splunk, so hopefully someone else can help?
It may be possible to achieve this by editing the CSS for the dashboard.
Stackoverflow has an article on how to do this using HTML with CSS which I suspect may be possible to implement with a Splunk dashboard, however I haven't played with CSS within Splunk myself, so more reading on the subject might be necessary?
on your link the description is to create the html using right and left table.
but in splunk the html is already exist and we can just add css and javascript to add event and action on dashboard.