Add Check Box in front of every row dynamically
Add Check Box in front of every row dynamically
Hello Everyone!
First: If there is a check box in front of each row dynamically,it would be very convenient. For Example,we can Delete more than one line once.
Second: If there is a textbox which we can input a page number aside the 'first' 'previous' 'next' 'last', it would be very convenient to jump to the right page immediately. if not ,you have to click 89 times to reach the page 89.
First: If there is a check box in front of each row dynamically,it would be very convenient. For Example,we can Delete more than one line once.
Second: If there is a textbox which we can input a page number aside the 'first' 'previous' 'next' 'last', it would be very convenient to jump to the right page immediately. if not ,you have to click 89 times to reach the page 89.
This discussion has been closed.
Replies
There is a way to have user selectable rows, see here: http://datatables.net/examples/server_side/select_rows.html
Of yourse, you can change the indicator of the selected rows from css highlightning to a checkbox. It's done by fnRowCallback().
Concerning the task of using an input to enter the desired page for pagination: there is a plugin, see here: http://datatables.net/plug-ins/pagination