1.20.x drupal.inc | drupal_add_tabledrag($table_id, $action, $relationship, $group, $subgroup = NULL, $source = NULL, $hidden = TRUE, $limit = 0) |
Assists in adding the tableDrag JavaScript behavior to a themed table.
Deprecated
since 1.0.0
See also
Related topics
File
- includes/
drupal.inc, line 1061 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_add_tabledrag($table_id, $action, $relationship, $group, $subgroup = NULL, $source = NULL, $hidden = TRUE, $limit = 0) {
backdrop_add_tabledrag($table_id, $action, $relationship, $group, $subgroup, $source, $hidden, $limit);
}