How to make first column is fixed for data table, and how to disable search & sort features in DT?

How to make first column is fixed for data table, and how to disable search & sort features in DT?

I am creating a jquerymobile page with datatable concept.

I have a doubt that how to get first column is to be fixed in datatable??
and i dont need search & select number of pages options which are default by Datatable.

because i have only 3 rows & 2 columns of data exactly which i want to display like shown bellow image..


can any one tell me how to do it?

actually i have seen this link.. http://datatables.net/release-datatables/extras/FixedColumns/index_column.html but i am not getting how to do.??