Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

setMessage()

Karl edited this page Sep 3, 2017 · 1 revision

type Function

Display a message in the table.

Usages

/**
 * @param {string} message The message to show
 * @return {void}
 */
dataTable.setMessage(message);
Clone this wiki locally