multi tables load dynamicaly

multi tables load dynamicaly

bruno750bruno750 Posts: 2Questions: 0Answers: 0
edited April 2012 in General
hello,
it is possible to load datagrid dynamicaly when i click on another datagrid.

example :
i have a first datagrid, when i click on this first row , i display another datagrid with detail for example.

second question

if i want to load all data (because not too much data) for my two grid , can i save it on the client side and call them for load grid when i want.

what is it the best format to do this ? json xml html

thank for your answers.

sorry for my english ;-)

best regards

Replies

  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    edited April 2012
    @first question: This is possible, e.g. by adding a click event to the 'tr' of the first table. See http://live.datatables.net/ujibug/3/edit

    @second question: This is possible in HTML5's SQL implementation. Unfortunately, it is not widely supported yet. See http://www.tutorialspoint.com/html5/html5_web_sql.htm.
This discussion has been closed.