server-side read and edit data
server-side read and edit data
Can you help me with integrating server-side loading and editing data ? Simple code merging brake things with editing ..propably because there is no html elements. I used examples from web:
[code]('td', oTable.fnGetNodes()).editable( '../examples_support/editable_ajax.php', { [...] [/code]
and IMHO there is problem with this line.
Is there any way to add html element class (for use with CSS) in to or elements while using server-side processing ? For example i want to change fields look in 3'rd column.
[code]('td', oTable.fnGetNodes()).editable( '../examples_support/editable_ajax.php', { [...] [/code]
and IMHO there is problem with this line.
Is there any way to add html element class (for use with CSS) in to or elements while using server-side processing ? For example i want to change fields look in 3'rd column.
This discussion has been closed.