Hello, I have 2 think that i have to achieve.
1.Input field column.
<code>https://datatables.net/examples/api/form.html</code>
So that I could add new column with input field and add ajax submit.
Possible use case : User have to submit automated list of orders. Edit each order is a mess, so you have to have a field with ajax.
2. Date Range Filter.
So that I could load data, that is between two dates.
Possible use case : User want to know total sales, total working hours( SUM(column) WHERE DATE >= 'x' AND DATE <= 'y' ).