Data Tables form field Type
Data Tables form field Type
bukamanush
Posts: 10Questions: 0Answers: 0
Hi Guys
Is it possible to setup two value for field type in data tables?
For example I have something like this:
$this->data['fields'] .= {"label" : "Created At:", "name" : "created_at", "type" : "date"}
Here, type is date but I want to make it readonly also.
Any suggestion???
Thanks in advance...
Is it possible to setup two value for field type in data tables?
For example I have something like this:
$this->data['fields'] .= {"label" : "Created At:", "name" : "created_at", "type" : "date"}
Here, type is date but I want to make it readonly also.
Any suggestion???
Thanks in advance...
This discussion has been closed.
Replies
Allan