It is all about JavasCRIPT.
To get selected row and perform an action i.e (javascript
window.location('') )
http://datatables.net/examples/api/select_single_row.html
<http://datatables.net/examples/api/select_single_row.html>To show/hide
columns
http://datatables.net/examples/api/show_hide.html
Mind that you can hide columns on the DAL select query.
in powerTable I put a variable 'selected' which triggers the selected row,
also in powerTable you can set the columns to display 'table.hiddencolumns =
['column1','column2']
https://bitbucket.org/rochacbruno/powertable/overview
http://powertable.blouweb.com/products
<http://datatables.net/examples/api/show_hide.html>
--
Bruno Rocha
http://about.me/rochacbruno/bio
2011/2/7 Neveen Adel <[email protected]>
> Hello,
>
> Am using to plugin_datatable and i want to go to the update form
> from displayed table.
> E.x:
> The table display a list of records ,Is there a way on clicking on a
> record the update form is displayed?
>
> Is there a way to do that ? if not , is there any idea can lead me to
> the target?
>
> Another thing is there a way to display a set of columns not all
> columns in the table?
>
>
> Thanks in Advance