Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7631013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:14:42+00:00 2026-05-31T06:14:42+00:00

In my application users define documents layouts. These layouts are logically tables most of

  • 0

In my application users define documents layouts.
These layouts are logically tables most of the time, so users specify which “property” is going to be displayed in which cell. They also can define a number of rows and columns as well as how many rows or columns a property will take (collspan and rowspan in HTML terminology).

Now for a given document layout, and a set of documents I need to display it in browser.

I would like to do it on the client side, possibly using jQuery or/and Knockout.js, or some other framework/library.

Before I start reinventing the wheel, can someone point me in the right direction of doing it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T06:14:43+00:00Added an answer on May 31, 2026 at 6:14 am

    Not sure if this really counts as a question. It’s quite open to interpretation but here goes.

    Define your LayoutViewmodel with a set of multi-dimensional observableArrays. Each index in the multidimentional array corresponds to a Property object which holds the data about rowspan, colspan etc (not sure what data you need).

    Display you layout with foreach bindings. You most likely have two of these, one for selection and one for display. Below is my attempt at the display one.

    <table data-bind="foreach: rows">
       <tr data-bind="foreach: columns">
           <td data-bind="attr: { colspan: colspan, rowspan: rowspan }, text: name">
           </td>
       </tr>
    </table>
    

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application users should be able to define dates when they are available.
I would like to enable users of my application to define a number of
I have a logger in a c++ application that uses defines as follows: #define
In my application I have a class which has properties of user-defined types like
I have an application App1 which defines class A and uses instances of this
I want my web application users to download some data as an Excel file.
In my application users cannot truly delete records. Rather, the record's Deleted field gets
I have written an application that allows a user to define a query, run
We are designing a survey application with the following features The users will be
I have a MongoDB collection of documents, each document representing a fish . Users

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.