All Apps and Add-ons

Endless Scrolling for Table Module

cmak
Contributor

I can create a Table Module downstream from a Pager Module. The table can then show all the events with X amount of rows per page.

I was wondering if there is endless scrolling inside a Table module.
I know there is an event Module, except the data is not formatted in a table, rather it is raw event data per row.

Is it possible to have the Table Module do infinite scrolling?

sideview
SplunkTrust
SplunkTrust

It is not, although it certainly would be nice to have. I've built such things in past lives, but it's a tricky thing to do right. Column headers have to not scroll, and if there's horizontal scrolling in the table, the column headers have to slide so as to stay lined up, which makes for a fun set of HTML/CSS/JS problems.

Anyway, browsers and libraries have come a long way since the last time I built such a component for a modular framework so I'll at least add it to my queue to investigate the level of effort required. Thanks Calvin.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...