Add Check Box in front of every row dynamically

Add Check Box in front of every row dynamically

llch006llch006 Posts: 4Questions: 0Answers: 0
edited April 2010 in General
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.

Replies

  • pktmpktm Posts: 27Questions: 0Answers: 0
    I'm sorry, but I'm missing your question?

    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
This discussion has been closed.