How to Implement Pagination in Table card of the Domo?

I have a dataset with columns: country, state, city, area, population, latitude, and longitude. I want to create a visualization in Domo where:

  1. A slicer filter is available for the 'Country' column.
  2. Below the slicer, there is a table that displays data for each state in the selected country.
  3. The table should show one state's data per page, with pagination for navigating through the states (e.g., page 1 shows the first state, page 2 shows the second state, and so on).
  4. The table columns remain fixed (city, area, population, latitude, longitude), but the data updates as I move through the pages for each state.

How can I achieve this functionality in Domo? Are there specific cards, filters, or configurations I need to use to implement this?"

Answers

  • ColemenWilson
    edited January 27

    That would require creating a custom chart using a DDX brick. Instead, I would recommend using a quick filter to achieve a similar experience:

    If I solved your problem, please select "yes" above

  • This is not i want to acheive i want to acheive like i will only select the country slicer it should show the table in page break by group if you select india if it has 5 states table should come like 1-5 in pagination we can move front and back using that buttons each number indicates one state.that is the requirement.