selectbox position
selectbox position
srimanta12
Posts: 12Questions: 0Answers: 0
Hi,
By making use of
[quote]
$("#example").dataTable().columnFilter(
{
aoColumns: [
null,
null,
null,
null,
null,
null,
null,
{
type: "select",
values: [ 'Owner', 'Superadmin', 'Admin','Agent' ]
},
null,
null
]
}
[/quote]
and in the table
[quote]
[/quote]
I am getting the select box but in the footer of the table. I will be very happy if I will get the selectbox in the beginning of the table.
Also whenever I am trying to get download the csv file (default csv plugin) I got the values of select box also in the csv file. How to remove that also from the csv file.
Thanks in advance.
By making use of
[quote]
$("#example").dataTable().columnFilter(
{
aoColumns: [
null,
null,
null,
null,
null,
null,
null,
{
type: "select",
values: [ 'Owner', 'Superadmin', 'Admin','Agent' ]
},
null,
null
]
}
[/quote]
and in the table
[quote]
[/quote]
I am getting the select box but in the footer of the table. I will be very happy if I will get the selectbox in the beginning of the table.
Also whenever I am trying to get download the csv file (default csv plugin) I got the values of select box also in the csv file. How to remove that also from the csv file.
Thanks in advance.
This discussion has been closed.