help with javascript sourced data
help with javascript sourced data
LORDEV
Posts: 8Questions: 0Answers: 0
Hi! how can I use JavaScript sourced data and the options in API of "highlighting rows and columns" and "individual column searching(text input)"?
please help.
This discussion has been closed.
Replies
Maybe this example will get you started:
https://www.datatables.net/examples/data_sources/js_array.html
Kevin
Hi, i know how to use js sourced data alone, but i cant use it and involve "highlighting rows and columns" and "individual column searching(text input). is it possible ? can you help and give an example?
The source of the data shouldn't matter. I took the above example and the column search with text inputs example and built an example for you here:
http://live.datatables.net/netutiye/1/edit
Adding row and column highlighting should also work. I'm not sure how you want to do this so didn't add anything to the example. Feel free to work with the example or provide you own test case if you still need help.
Kevin
Thank you very much! You helped me a lot!
Another question: can i add the option of adding child rows only with js(without using ajax)?