javascript - Realtime Table Updates -


I am trying to find a table to update real time.

Ex.
The employee's name, employee ID, work in the table 1 (check box)
| Draws data from database, checks 2 goes into the table.

In Table 2, there is the employee's name, employee ID, work (check, check box)
. When tested by Table 1, update / insert any other table in the database. And keep it here. |

That is why there is a list of employees in Table 1 and if I think they have a job, they will go from that table to another, (real-time).

> BTW can have more tables like Table 1, but only 1 table 2. And all this will be on page 1. If IDK is the case but I am using the Laravel 4 framework.

So my thoughts were probably Ajax?

If someone has some example code that I could learn, I would love that. thank you in advanced.

It seems that you need a framework like amber or angular or knockout or backbone or? . These javascript frameworks will connect via API, via AXX and allow for a UI.

If this is a small project, then you can use jQuery to handle AJAX requests; No bigger frame is required.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -