-
Notifications
You must be signed in to change notification settings - Fork 78
API
Please note that the API is not finalised and may change so check back once in while.
Returns a reference to the HTMLTableElement.
Returns a reference to the HTML <thead> element.
Returns a reference to the HTML <tbody> element.
Returns a reference to the HTML <tfoot> element.
Returns a reference to the main HTMLDivElement that wraps the entire layout.
Returns a reference to the main HTMLDivElement that contains the table.
Returns a reference to the currently displayed pagers.
Returns a live HTMLCollection of the the table headings.
Returns the current configuration options.
Returns true if the library is fully loaded and all HTML is rendered.
Returns true if the current browser is a version of MS Internet Exporer or MS Edge.
Returns a collection of all HTMLTableRowElements in the table.
Returns a collection of pages each of which contain collections of HTMLTableRowElements.
Returns true if the current table has rows.
Returns true if the current table has headings.
Returns the current page number.
Returns then number of pages.
Returns true if the current page is also the first page.
Returns true if the current page is also the last page.
Returns true if a search is currently being done and search results are displayed.
Returns a collection of HTMLTableRowElements containing matching results.
- datatable.init
- datatable.refresh
- datatable.update
- datatable.page
- datatable.sort
- datatable.perpage
- datatable.search
- perPage
- perPageSelect
- nextPrev
- prevText
- nextText
- firstLast
- firstText
- lastText
- searchable
- sortable
- truncatePager
- fixedColumns
- fixedHeight
- columns
- data
- ajax
- labels
- layout
- header
- footer
- table
- head DEPRECATED
- body DEPRECATED
- foot DEPRECATED
- wrapper
- container
- pagers
- headings
- options DEPRECATED
- initialized
- isIE DEPRECATED
- data
- activeRows DEPRECATED
- dataIndex
- pages
- hasRows
- hasHeadings
- currentPage
- totalPages
- onFirstPage
- onLastPage
- searching
- searchData