load ajax datatable with custom fill data !
load ajax datatable with custom fill data !
chtquoc
Posts: 3Questions: 0Answers: 0
Hi everyone,
i have a example like this :
.1 textbox and search button
2. grid database below. inited and show "No data available in table"
I'd like to fill data into datatable by Ajax. when i input information in textbox and click search button.
i use $.ajax() function to call to server and return data with json. what function i need to call to fill all json data return from server in datatable ?
please help ?
Thanks everyone
i have a example like this :
.1 textbox and search button
2. grid database below. inited and show "No data available in table"
I'd like to fill data into datatable by Ajax. when i input information in textbox and click search button.
i use $.ajax() function to call to server and return data with json. what function i need to call to fill all json data return from server in datatable ?
please help ?
Thanks everyone
This discussion has been closed.