Is it possible to make this kind of table with the DataTables

Is it possible to make this kind of table with the DataTables

DenonthDenonth Posts: 76Questions: 0Answers: 0
edited October 2012 in General
Hi all,

I need to know how can I make this kind of table:

[code]
Date | numbers1| number2 | total
---------------------------
| | |
| | |
| | |
SUM:| | Total2: |
[/code]
So this the frame of the table and this is the fixed part of the table. I will fill the table from the server.

Is there any approach that has something like that?

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    Like this: http://datatables.net/release-datatables/extras/FixedHeader/top_bottom_left_right.html ?
  • DenonthDenonth Posts: 76Questions: 0Answers: 0
    Yea this is sort of what I need. But I need to have some cells fixed as you see on the pic. What kind of approach would you use to achieve this?
  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    There are cells fixed at the top of my link. I don't understand what else you need?
  • DenonthDenonth Posts: 76Questions: 0Answers: 0
    edited October 2012
    I need to have fixed cells in the bottom of the table for example I have a cell Total on two places and they are in the middle of the page.
  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    I also have cells fixed at the bottom of the table in the example. I still don't quite get what else you are looking for?
This discussion has been closed.