How to make a bulletin board?

Hi, I’m trying to create a traditional Korean-style bulletin board (게시판) on my Wix website, but I’m having trouble recreating the layout with the built-in Blog or Forum tools.

What I need is a very simple notice board that displays posts in a table-like list with the following columns from left to right:

  1. Post Number

  2. Title

  3. Author

  4. Date

I also want users to be able to click the title and view the full notice within the same page (open-in-place), instead of navigating to a separate dynamic page.

Is there any way to implement this structure in Wix?
Should I use Wix Data + Dynamic Pages + Repeaters, or is there a recommended app/template that supports this traditional table-style board layout?

Any suggestions or best practices would be greatly appreciated!

Hi, @jessica_aurolive !!

If that truly simple structure is all you need, it seems like you could achieve it just by connecting the Wix table element to the collection through a dataset. :thinking:

After that, you can simply retrieve the clicked row when the table is clicked and pass that data to the lightbox. :innocent: :raising_hands: