Multiple tables + ajax
Multiple tables + ajax
Hey.
I need to build a page with multiple tables.
They will have the same filtering applied to both of them, which means that there is no need for me to go several times to the server for each filter.
Is there a way for me to bind the tables filter - so it will call the server once and update both of their ajax datasources at only 1 call to the server?
I will add that I need a server side processing.
Many thanks:)
I need to build a page with multiple tables.
They will have the same filtering applied to both of them, which means that there is no need for me to go several times to the server for each filter.
Is there a way for me to bind the tables filter - so it will call the server once and update both of their ajax datasources at only 1 call to the server?
I will add that I need a server side processing.
Many thanks:)
This discussion has been closed.
Replies
Is there any way for me to use an ajax source - but not as a call to the server or a txt file?
I mean, I will go to the server myself using ajax, will get the json data (just like in ajaxSource) - and will get the table refreshed with that text - and not txt file?
Thenks.