File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,35 @@ public function formButtons(array $buttons)
100
100
return $ this ;
101
101
}
102
102
103
+ /**
104
+ * @param mixed $message
105
+ * @return $this
106
+ * @see https://editor.datatables.net/examples/api/removeMessage
107
+ * @see https://editor.datatables.net/reference/button/create
108
+ * @see https://editor.datatables.net/reference/button/edit
109
+ * @see https://editor.datatables.net/reference/button/remove
110
+ */
111
+ public function formMessage ($ message )
112
+ {
113
+ $ this ->attributes ['formMessage ' ] = $ message ;
114
+
115
+ return $ this ;
116
+ }
117
+
118
+ /**
119
+ * @param mixed $title
120
+ * @return $this
121
+ * @see https://editor.datatables.net/reference/button/create
122
+ * @see https://editor.datatables.net/reference/button/edit
123
+ * @see https://editor.datatables.net/reference/button/remove
124
+ */
125
+ public function formTitle ($ title )
126
+ {
127
+ $ this ->attributes ['formTitle ' ] = $ title ;
128
+
129
+ return $ this ;
130
+ }
131
+
103
132
/**
104
133
* Set className option value.
105
134
*
You can’t perform that action at this time.
0 commit comments