posted 6 years ago
Hi all
I am working with Spring and Jquery datatables. I initially fetch my data from server side and display it in the table. I also have an external search implemented in my web page. Here is how I implemented it.
So is this the correct way of implementation for data tables or should I handle this is some other way?
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
--- Martin Fowler