Add dataTable Responsive label:Suggestion
See original GitHub issueHi, It would be nice if you can add dataTable Responsive : https://datatables.net/extensions/responsive/ I have add it in my project and It’s a great render.
Also, a little fix for the search input field in mobile view : Add in css file this :
.form-control.input-sm {
width: 100%;
}
It will prevent the field from overflow the block in mobile view.
Thank you for your great work 😉
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Responsive - DataTables
Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion ......
Read more >DataTables example - Responsive table extension
This example show Editor being used with the Responsive extension for DataTables. Responsive will automatically adjust the visibility of columns in your ...
Read more >Responsive integration (Bootstrap) - DataTables example
Responsive integration (Bootstrap). FixedHeader will automatically work with the Responsive extension for DataTables. All you need to do is enable both options ...
Read more >DataTables example - Responsive integration
When columns are hidden, Responsive can add a show / hide button to allow the end user to see the information from the...
Read more >Where to add responsive value? — DataTables forums
I have an existing DT system, I've downloaded the new CSS and JS responsive files and i'm now wondering where to add the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@t0n1zz Hi, i used Bower to include the plugin : You need to add this to you bower.json or use the command
bower install
After link css and js asset to your html page :
And finally, create a table and attach the behavior with jQuery :
That’s it!! Enjoy your responsive DataTable!
@Nightbr how did you add “is active”: active label of bootstrap in the datatable, can you just let me know?