Datatable resizable row

Datatable resizable row

miranch2002miranch2002 Posts: 4Questions: 0Answers: 0
edited August 2013 in DataTables 1.9
I am fairly new to jquery datatable and recently I got a request from my customer about resizing rows in a datatable (Just like MS excel row expanding feature). I am not sure if it is possible in datatable but I have seen the same functionality in other jquery plugin like this [code]$('table').kiketable_rowsizable(); [/code]

A sample could be found in
http://www.ita.es/jquery/jquery.kiketable.rowsizable.htm

Could anyone please provide any direction for resizing a row in a datatable?

Thanks in advance for the help.
-Miran Chowdhery

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    There is no built in way to do this in DataTables. You'd need to create a plug-in something like the one your linked to - you might even be able to use that as a basis for creating a suitable DataTables plug-in.

    Allan
  • miranch2002miranch2002 Posts: 4Questions: 0Answers: 0
    Thanks Allan for the confirmation!! Yes, I was also thinking to use that code for creating datatable plugin.
    -Miran
This discussion has been closed.