Open guruprasadpatil opened 5 years ago
Here is something i prepared for a possible upcoming PR in Fomantic-UI
scrolling content table
It's not perfect yet, but maybe it helps you for now:
https://jsfiddle.net/49xgjau8/1/
Change the height
in the CSS Part for .mytable > tbody
to whatever you wish
The community fork Fomantic-UI now prepared a scrolling table
variant for upcoming 2.9.0 by https://github.com/fomantic/Fomantic-UI/pull/2134
The community fork Fomantic-UI now also prepared a stuck table
variant which provides horizontal scrolling with stuck left/right columns as well as stuck thead/tfoot for upcoming 2.9.0 by https://github.com/fomantic/Fomantic-UI/pull/2148
Steps to Reproduce
Expected The Table should be scrollable vertically or horizontally. There should be an example of scrollable table i.e. Vertical scrolling, Horizontal scrolling examples
Result No any changes gets reflected in table of custom css & if checked with developer tool, table design breaks.