2 editor tables on the same page
2 editor tables on the same page
Hi I've tried to put 2 editor/datatables on the same form - the width is only about 45% of the screen/available space.
Both tables work... but I have a header above both and the 2nd table header (just a H2 ref before the table entry) is pushed up the page next the the 1st table and the 2nd table is pushed up close to the bottom of the 1st one.
If it possible to have 2 tables (with editors) either stacked on top of each other - or ideally next to each other in some panel/
<
div> system?
Thank you in advance for any help given
This question has an accepted answers - jump to answer
Answers
PS.. forgot to say I'm using bootstrap 3
It is possible to have multiple Datatables and Editors on the same page. This example shows how to put two Datatables on the same page:
https://datatables.net/examples/basic_init/multiple_tables.html
This thread may have the answer of putting two horizontally:
https://datatables.net//forums/discussion/1758
I'm not sure I understand your header issue. Maybe you can post a link to a page showing the issue or build a test case.
Kevin
Thank you Kevin... I managed to get it working with the links you gave me...Now got 4 edit tables on the same page!