Newbie problem

Newbie problem

Aby76Aby76 Posts: 9Questions: 2Answers: 1
edited October 2011 in DataTables 1.8
Hi,

I am new to PHP and I just find this tool.

I managed to enter the code but nothing seems to appear.

Here is my code and any help will be welcome:



My Table Background Colors

.myTable { background-color:#FFFFE0;border-collapse:collapse; }
.myTable th { background-color:#BDB76B;color:white; }
.myTable td, .myTable th { padding:5px;border:1px solid #BDB76B; }

Replies

  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    > I am new to PHP and I just find this tool.

    DataTables is a Javascript library - not a PHP one :-)

    Have a read through this post: http://datatables.net/blog/Getting_started_with_DataTables%3A_First_steps . That should help get you started.

    Allan
  • Aby76Aby76 Posts: 9Questions: 2Answers: 1
    Thanks Allan very clear.
This discussion has been closed.